MethodResponse.ArgCount 属性
定义
获取传递给该方法的参数的数目。Gets the number of arguments passed to the method.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property int ArgCount { int get(); };
public int ArgCount { get; }
[get: System.Security.SecurityCritical]
public int ArgCount { get; }
member this.ArgCount : int
[<get: System.Security.SecurityCritical>]
member this.ArgCount : int
Public ReadOnly Property ArgCount As Integer
属性值
表示传递给方法的参数数目的 Int32。A Int32 that represents the number of arguments passed to a method.
实现
- 属性
注解
方法属于远程对象。The method belongs to a remote object.