MetadataTokens.TryGetHeapIndex(HandleKind, HeapIndex) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与指定 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
。