MethodCall.GetArgName(Int32) Método
Definição
Obtém o nome de um argumento de método em um índice especificado.Gets the name of a method argument at a specified index.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
virtual System::String ^ GetArgName(int index);
public string GetArgName (int index);
[System.Security.SecurityCritical]
public string GetArgName (int index);
abstract member GetArgName : int -> string
override this.GetArgName : int -> string
[<System.Security.SecurityCritical>]
abstract member GetArgName : int -> string
override this.GetArgName : int -> string
Public Function GetArgName (index As Integer) As String
Parâmetros
- index
- Int32
O índice do argumento solicitado.The index of the requested argument.
Retornos
O nome do argumento de método.The name of the method argument.
Implementações
- Atributos
Comentários
O método pertence a um objeto remoto.The method belongs to a remote object.