IMethodMessage.MethodSignature Propriedade
Definição
Obtém um objeto que contém a assinatura do método.Gets an object containing the method signature.
public:
property System::Object ^ MethodSignature { System::Object ^ get(); };
public object MethodSignature { get; }
[get: System.Security.SecurityCritical]
public object MethodSignature { get; }
member this.MethodSignature : obj
[<get: System.Security.SecurityCritical>]
member this.MethodSignature : obj
Public ReadOnly Property MethodSignature As Object
Valor da propriedade
Um objeto que contém a assinatura do método.An object containing the method signature.
- Atributos
Exceções
O chamador imediato faz a chamada por meio de uma referência à interface e não tem permissão de infraestrutura.The immediate caller makes the call through a reference to the interface and does not have infrastructure permission.
Comentários
Todas as implementações atuais de IMethodMessage retornam uma matriz de Type objetos que contém os tipos de parâmetro do método.All the current implementations of IMethodMessage return an array of Type objects containing the parameter types of the method.