MethodCallMessageWrapper.GetInArgName(Int32) 方法
定义
获取指定索引处未标记为 out 参数的方法参数的名称。Gets the name of a method argument at a specified index that is not marked as an out parameter.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual System::String ^ GetInArgName(int index);
public virtual string GetInArgName (int index);
[System.Security.SecurityCritical]
public virtual string GetInArgName (int index);
abstract member GetInArgName : int -> string
override this.GetInArgName : int -> string
[<System.Security.SecurityCritical>]
abstract member GetInArgName : int -> string
override this.GetInArgName : int -> string
Public Overridable Function GetInArgName (index As Integer) As String
参数
- index
- Int32
请求的参数的索引。The index of the requested argument.
返回
未标记为 out 参数的方法参数的名称。The name of the method argument that is not marked as an out parameter.
实现
- 属性
注解
方法属于远程对象。The method belongs to a remote object.