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

适用于