_MethodBase.CallingConvention Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des objets COM avec un accès indépendant de la version à la propriété CallingConvention.
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 valeurs de l'objet CallingConventions.
Remarques
Cette propriété est destinée à l’accès aux classes managées à partir de code non managé et ne doit pas être appelée à partir de code managé.
La CallingConvention propriété obtient une valeur indiquant les conventions d’appel pour cette méthode.