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