C# 클래스 System.CompatibilityExtensions

파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
ContainsGenericParameters ( this type ) : bool
GetAssembly ( this type ) : Assembly
GetBaseType ( this type ) : Type
GetContainsGenericParameters ( this type ) : bool
GetIsAbstract ( this type ) : bool
GetIsClass ( this type ) : bool
GetIsEnum ( this type ) : bool
GetIsGenericType ( this type ) : bool
GetIsGenericTypeDefinition ( this type ) : bool
GetIsInterface ( this type ) : bool
GetIsPrimitive ( this type ) : bool
GetIsPublic ( this type ) : bool

메소드 상세

ContainsGenericParameters() 공개 정적인 메소드

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

GetAssembly() 공개 정적인 메소드

public static GetAssembly ( this type ) : Assembly
type this
리턴 System.Reflection.Assembly

GetBaseType() 공개 정적인 메소드

public static GetBaseType ( this type ) : Type
type this
리턴 Type

GetContainsGenericParameters() 공개 정적인 메소드

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

GetIsAbstract() 공개 정적인 메소드

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

GetIsClass() 공개 정적인 메소드

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

GetIsEnum() 공개 정적인 메소드

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

GetIsGenericType() 공개 정적인 메소드

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

GetIsGenericTypeDefinition() 공개 정적인 메소드

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

GetIsInterface() 공개 정적인 메소드

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

GetIsPrimitive() 공개 정적인 메소드

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

GetIsPublic() 공개 정적인 메소드

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