MetadataTokens.TryGetTableIndex(HandleKind, TableIndex) 메서드

정의

지정된 HandleKind에 해당하는 테이블의 TableIndex을(를) 가져옵니다.

public:
 static bool TryGetTableIndex(System::Reflection::Metadata::HandleKind type, [Runtime::InteropServices::Out] System::Reflection::Metadata::Ecma335::TableIndex % index);
public static bool TryGetTableIndex (System.Reflection.Metadata.HandleKind type, out System.Reflection.Metadata.Ecma335.TableIndex index);
static member TryGetTableIndex : System.Reflection.Metadata.HandleKind * TableIndex -> bool
Public Function TryGetTableIndex (type As HandleKind, ByRef index As TableIndex) As Boolean

매개 변수

type
HandleKind

핸들 형식입니다.

index
TableIndex

테이블 인덱스입니다.

반환

핸들 형식이 Ecma335이나 이식 가능 PDB 테이블에 해당하는 경우 true이며, 그렇지 않은 경우 false입니다.

적용 대상