OpCode.StackBehaviourPush プロパティ

定義

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

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 命令がオペランドをスタックにプッシュする方法。

適用対象