ReturnMessage.GetArg(Int32) Método
Definição
Retorna um argumento especificado passado para o método remoto durante a chamada de método.Returns a specified argument passed to the remote method during the method call.
public:
virtual System::Object ^ GetArg(int argNum);
public object GetArg (int argNum);
[System.Security.SecurityCritical]
public object GetArg (int argNum);
abstract member GetArg : int -> obj
override this.GetArg : int -> obj
[<System.Security.SecurityCritical>]
abstract member GetArg : int -> obj
override this.GetArg : int -> obj
Public Function GetArg (argNum As Integer) As Object
Parâmetros
- argNum
- Int32
O índice de base zero do argumento solicitado.The zero-based index of the requested argument.
Retornos
Um argumento passado para o método remoto durante a chamada de método.An argument passed to the remote method during the method call.
Implementações
- Atributos