RuntimeArgumentHandle Struct

Definition

References a variable-length argument list.

public value class RuntimeArgumentHandle
public ref struct 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
Inheritance
RuntimeArgumentHandle
Attributes

Remarks

This structure has no members other than those that it inherits from the Object and ValueType classes. It exists only to support C/C++ programming language functions that take a variable number of parameters. An instance of the structure is passed to the ArgIterator constructor.

Applies to