C# 클래스 Tempest.TypeExtensions

파일 보기 프로젝트 열기: ermau/Tempest

공개 메소드들

메소드 설명
GetConstructor ( this self, Type parameterTypes ) : ConstructorInfo
GetSimplestName ( this self ) : string
GetTypeInfo ( this self ) : Type
GetTypes ( this self ) : IEnumerable
IsAssignableFrom ( this baseType, Type derivedType ) : bool

메소드 상세

GetConstructor() 공개 정적인 메소드

public static GetConstructor ( this self, Type parameterTypes ) : ConstructorInfo
self this
parameterTypes System.Type
리턴 ConstructorInfo

GetSimplestName() 공개 정적인 메소드

public static GetSimplestName ( this self ) : string
self this
리턴 string

GetTypeInfo() 공개 정적인 메소드

public static GetTypeInfo ( this self ) : Type
self this
리턴 System.Type

GetTypes() 공개 정적인 메소드

public static GetTypes ( this self ) : IEnumerable
self this
리턴 IEnumerable

IsAssignableFrom() 공개 정적인 메소드

public static IsAssignableFrom ( this baseType, Type derivedType ) : bool
baseType this
derivedType System.Type
리턴 bool