Partilhar via


InvokeMethodNameAttribute Classe

Definição

Aplicado a atributos de método em interfacesvogáveis para especificar o nome do método no tipo base a ser chamado ao enviar uma solicitação.

[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
Herança
InvokeMethodNameAttribute
Atributos

Construtores

InvokeMethodNameAttribute(String)

Inicializa uma nova instância da classe InvokeMethodNameAttribute.

Propriedades

InvokeMethodName

Obtém o nome do método invoke.

Aplica-se a