OpCode.StackBehaviourPush プロパティ

定義

IL (中間言語、Intermediate Language) 命令がオペランドをスタックにプッシュする方法を取得します。

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

プロパティ値

読み取り専用です。 IL 命令がオペランドをスタックにプッシュする方法。

適用対象