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 명령이 피연산자를 스택에 푸시하는 방식입니다.

적용 대상