Table of Contents

Interface ITypeCodedIndexProvider

Namespace
AsmResolver.DotNet.Signatures
Assembly
AsmResolver.DotNet.dll

Provides members for obtaining coded indices into a metadata tables stream.

public interface ITypeCodedIndexProvider

Methods

GetTypeDefOrRefIndex(ITypeDefOrRef)

Obtains a coded index to the provided type reference.

uint GetTypeDefOrRefIndex(ITypeDefOrRef type)

Parameters

type ITypeDefOrRef

The type.

Returns

uint

The coded index.