Class GetWasmBytecodeCommandResponse
Response for This command is deprecated. Use getScriptSource instead.
public sealed class GetWasmBytecodeCommandResponse : ICommandResponse<GetWasmBytecodeCommandSettings>, ICommandResponse
- Inheritance
-
GetWasmBytecodeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Bytecode
Script source.
[JsonPropertyName("bytecode")]
public string Bytecode { get; set; }