MethodResponse.Args Proprietà

Definizione

Ottiene una matrice di argomenti passati al metodo.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 property cli::array <System::Object ^> ^ Args { cli::array <System::Object ^> ^ get(); };
public object[] Args { get; }
public object[] Args { [System.Security.SecurityCritical] get; }
member this.Args : obj[]
[<get: System.Security.SecurityCritical>]
member this.Args : obj[]
Public ReadOnly Property Args As Object()

Valore della proprietà

Object[]

Matrice di tipo Object che rappresenta gli argomenti passati a un metodo.

Implementazioni

Attributi

Commenti

Il metodo appartiene a un oggetto remoto.

Si applica a