Поделиться через


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

Индекс кучи.

Возвращаемое значение

Значение true, если тип дескриптора соответствует куче Ecma335; в противном случае false.

Применяется к