ISimpleTypeProvider<TType> 인터페이스

정의

generic <typename TType>
public interface class ISimpleTypeProvider
public interface ISimpleTypeProvider<TType>
type ISimpleTypeProvider<'ype> = interface
Public Interface ISimpleTypeProvider(Of TType)

형식 매개 변수

TType
파생

메서드

GetPrimitiveType(PrimitiveTypeCode)

기본 형식에 대한 형식 기호를 가져옵니다.

GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte)

형식 정의에 대한 형식 기호를 가져옵니다.

GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte)

형식 참조에 대한 형식 기호를 가져옵니다.

적용 대상