MethodCallMessageWrapper.GetInArg(Int32) 方法

定义

获取指定索引处未标记为 out 参数的方法参数。Gets a method argument at a specified index that is not marked as an out parameter.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual System::Object ^ GetInArg(int argNum);
public virtual object GetInArg (int argNum);
[System.Security.SecurityCritical]
public virtual object GetInArg (int argNum);
abstract member GetInArg : int -> obj
override this.GetInArg : int -> obj
[<System.Security.SecurityCritical>]
abstract member GetInArg : int -> obj
override this.GetInArg : int -> obj
Public Overridable Function GetInArg (argNum As Integer) As Object

参数

argNum
Int32

请求的参数的索引。The index of the requested argument.

返回

Object

未标记为 out 参数的方法参数。The method argument that is not marked as an out parameter.

实现

属性

注解

方法属于远程对象。The method belongs to a remote object.

适用于