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 指令的運算元類型。

適用於