Partager via


InvokeMethodNameAttribute Classe

Définition

Appliqué aux attributs de méthode sur les interfaces appelantes pour spécifier le nom de la méthode sur le type de base à appeler lors de l’envoi d’une demande.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class InvokeMethodNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type InvokeMethodNameAttribute = class
    inherit Attribute
Public NotInheritable Class InvokeMethodNameAttribute
Inherits Attribute
Héritage
InvokeMethodNameAttribute
Attributs

Constructeurs

InvokeMethodNameAttribute(String)

Initialise une nouvelle instance de la classe InvokeMethodNameAttribute.

Propriétés

InvokeMethodName

Obtient le nom de la méthode invoke.

S’applique à