RecordingIlEmitter.RecordedInstruction Class
Definition
public class RecordingIlEmitter.RecordedInstruction
Constructors
| Name | Description |
|---|---|
| RecordingIlEmitter.RecordedInstruction | No summary available. |
RecordingIlEmitter.RecordedInstruction Constructor
public RecordingIlEmitter.RecordedInstruction(System.Reflection.Emit.OpCode opCode, object operand)
Parameters
opCode System.Reflection.Emit.OpCode
operand object
Properties
OpCode Property
public System.Reflection.Emit.OpCode OpCode { get; set; }
Operand Property
public object Operand { get; set; }