MethodCallMessageWrapper.InArgCount 属性
定义
获取方法调用中未标记为 out 参数的参数数目。Gets the number of arguments in the method call that are not marked as out parameters.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual property int InArgCount { int get(); };
public virtual int InArgCount { get; }
[get: System.Security.SecurityCritical]
public virtual int InArgCount { get; }
member this.InArgCount : int
[<get: System.Security.SecurityCritical>]
member this.InArgCount : int
Public Overridable ReadOnly Property InArgCount As Integer
属性值
一个 Int32,表示方法调用中未标记为 out 参数的参数数目。A Int32 that represents the number of arguments in the method call that are not marked as out parameters.
实现
- 属性
注解
方法属于远程对象。The method belongs to a remote object.