RuntimeArgumentHandle 结构
定义
引用变长参数列表。References a variable-length argument list.
public value class RuntimeArgumentHandle
public struct RuntimeArgumentHandle
[System.Runtime.InteropServices.ComVisible(true)]
public struct RuntimeArgumentHandle
type RuntimeArgumentHandle = struct
[<System.Runtime.InteropServices.ComVisible(true)>]
type RuntimeArgumentHandle = struct
Public Structure RuntimeArgumentHandle
- 继承
- 属性
注解
此结构除了从和类继承的成员以外,没有其他 Object 成员 ValueType 。This structure has no members other than those that it inherits from the Object and ValueType classes. 它仅用于支持采用可变数量的参数的 C/c + + 编程语言函数。It exists only to support C/C++ programming language functions that take a variable number of parameters. 结构的实例将传递到 ArgIterator 构造函数。An instance of the structure is passed to the ArgIterator constructor.