OpCode.OperandType 属性

定义

中间语言 (IL) 指令的操作数类型。

public:
 property System::Reflection::Emit::OperandType OperandType { System::Reflection::Emit::OperandType get(); };
public System.Reflection.Emit.OperandType OperandType { get; }
member this.OperandType : System.Reflection.Emit.OperandType
Public ReadOnly Property OperandType As OperandType

属性值

只读。 IL 指令的操作数类型。

适用于