ReturnMessage.Args 属性

定义

获取传递给在远程对象上调用的方法的指定参数。Gets a specified argument passed to the method called on the remote object.

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

属性值

Object[]

传递给在远程对象上调用的方法的参数。An argument passed to the method called on the remote object.

实现

属性

适用于