OpCode.OperandType プロパティ

定義

IL (中間言語、Intermediate Language) 命令のオペランド型。

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 命令のオペランド型。

適用対象