_MethodInfo.IsStatic 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 aux objets COM un accès indépendant de la version à la IsStatic propriété.
public:
property bool IsStatic { bool get(); };
public bool IsStatic { get; }
member this.IsStatic : bool
Public ReadOnly Property IsStatic As Boolean
Valeur de propriété
true si cette méthode est static; sinon, false.
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 IsStatic propriété obtient une valeur indiquant si la méthode est static.