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