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

适用于