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 指令将操作数推到堆栈上的方式。

适用于