InvokeMethodNameAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |