Partager via


_MethodBase.CallingConvention Propriété

Définition

Fournit aux objets COM un accès indépendant de la version à la CallingConvention propriété.

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

Valeur de propriété

Une des CallingConventions valeurs.

Remarques

Cette propriété est destinée à l’accès aux classes managées à partir du code non managé et ne doit pas être appelée à partir du code managé.

La CallingConvention propriété obtient une valeur indiquant les conventions d’appel pour cette méthode.

S’applique à