MetadataTokens.TryGetHeapIndex(HandleKind, HeapIndex) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得堆積的 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
。