MethodBase.CallingConvention Eigenschaft

Definition

Ruft einen Wert ab, der die Aufrufkonventionen für diese Methode angibt.

public:
 virtual property System::Reflection::CallingConventions CallingConvention { System::Reflection::CallingConventions get(); };
public virtual System.Reflection.CallingConventions CallingConvention { get; }
member this.CallingConvention : System.Reflection.CallingConventions
Public Overridable ReadOnly Property CallingConvention As CallingConventions

Eigenschaftswert

Die CallingConventions für diese Methode.

Implementiert

Gilt für:

Weitere Informationen