次の方法で共有


MetadataTokens.TryGetHeapIndex(HandleKind, HeapIndex) メソッド

定義

指定した HandleKind に対応するヒープの HeapIndex を取得します。

public:
 static bool TryGetHeapIndex(System::Reflection::Metadata::HandleKind type, [Runtime::InteropServices::Out] System::Reflection::Metadata::Ecma335::HeapIndex % index);
public static bool TryGetHeapIndex (System.Reflection.Metadata.HandleKind type, out System.Reflection.Metadata.Ecma335.HeapIndex index);
static member TryGetHeapIndex : System.Reflection.Metadata.HandleKind * HeapIndex -> bool
Public Function TryGetHeapIndex (type As HandleKind, ByRef index As HeapIndex) As Boolean

パラメーター

type
HandleKind

ハンドル型。

index
HeapIndex

ヒープ インデックス。

戻り値

ハンドル型が Ecma335 ヒープに対応する場合は true。それ以外の場合は false

適用対象