MethodBase.CallingConvention Eigenschap

Definitie

Hiermee haalt u een waarde op die de aanroepconventies voor deze methode aangeeft.

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

Waarde van eigenschap

De CallingConventions voor deze methode.

Implementeringen

Van toepassing op

Zie ook