OpCode.StackBehaviourPop プロパティ

定義

IL (中間言語、Intermediate Language) 命令がスタックをポップする方法を取得します。

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

プロパティ値

StackBehaviour

読み取り専用です。 IL 命令がスタックをポップする方法。

適用対象