MethodResponse.Args 属性
定义
获取传递给该方法的参数数组。Gets an array of arguments passed to the method.
此 API 支持产品基础结构,不能在代码中直接使用。
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[]
类型 Object 的数组,表示传递给方法的参数。An array of type Object that represents the arguments passed to a method.
实现
- 属性
注解
方法属于远程对象。The method belongs to a remote object.