共用方式為


MetadataTokens.TryGetHeapIndex(HandleKind, HeapIndex) 方法

定義

取得堆積的 HeapIndex,其對應至指定的 HandleKind

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

適用於