Freigeben über


OpCode.StackBehaviourPop-Eigenschaft

Art des Stapelabrufs durch die MSIL-Anweisung (Microsoft Intermediate Language).

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property StackBehaviourPop As StackBehaviour
'Usage
Dim instance As OpCode
Dim value As StackBehaviour

value = instance.StackBehaviourPop
public StackBehaviour StackBehaviourPop { get; }
public:
property StackBehaviour StackBehaviourPop {
    StackBehaviour get ();
}
/** @property */
public StackBehaviour get_StackBehaviourPop ()
public function get StackBehaviourPop () : StackBehaviour

Eigenschaftenwert

Schreibgeschützt. Die Art, in der die MSIL-Anweisung den Stapel abruft.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

OpCode-Struktur
OpCode-Member
System.Reflection.Emit-Namespace