Partager via


_MethodInfo.IsSpecialName Propriété

Définition

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

public:
 property bool IsSpecialName { bool get(); };
public bool IsSpecialName { get; }
member this.IsSpecialName : bool
Public ReadOnly Property IsSpecialName As Boolean

Valeur de propriété

true si cette méthode a un nom spécial ; 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 IsSpecialName propriété obtient une valeur indiquant si cette méthode a un nom spécial.

S’applique à