C# 클래스 Flip.InternalReflectionExtensions

파일 보기 프로젝트 열기: envicase/flip

공개 메소드들

메소드 설명
GetConstructorName ( this type ) : string
GetFriendlyName ( this type ) : string
IsClass ( this type ) : bool
IsNullable ( this type ) : bool

비공개 메소드들

메소드 설명
GetNameWithoutGenericDefinition ( Type type ) : string

메소드 상세

GetConstructorName() 공개 정적인 메소드

public static GetConstructorName ( this type ) : string
type this
리턴 string

GetFriendlyName() 공개 정적인 메소드

public static GetFriendlyName ( this type ) : string
type this
리턴 string

IsClass() 공개 정적인 메소드

public static IsClass ( this type ) : bool
type this
리턴 bool

IsNullable() 공개 정적인 메소드

public static IsNullable ( this type ) : bool
type this
리턴 bool