RuntimeArgumentHandle 構造体

定義

可変長引数リストを参照します。

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
継承
RuntimeArgumentHandle
属性

注釈

この構造体には、クラスからValueType継承されるメンバー以外のObjectメンバーはありません。 これは、可変数のパラメーターを受け取る C/C++ プログラミング言語関数をサポートするためだけに存在します。 構造体のインスタンスがコンストラクターに ArgIterator 渡されます。

適用対象