Share via


MethodReturnMessageWrapper.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:
 virtual property cli::array <System::Object ^> ^ Args { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public virtual object[] Args { get; set; }
public virtual object[] Args { [System.Security.SecurityCritical] get; set; }
member this.Args : obj[] with get, set
[<get: System.Security.SecurityCritical>]
member this.Args : obj[] with get, set
Public Overridable Property Args As Object()

Valore della proprietà

Object[]

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

Attributi

Commenti

Il metodo appartiene a un oggetto remoto.

Si applica a