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

屬性值

StackBehaviour

唯讀。 IL 指令將運算元推送至堆疊的方式。

適用於