C# Class System.CompatibilityExtensions

显示文件 Open project: volkanceylan/Serenity

Public Methods

Method Description
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

Method Details

ContainsGenericParameters() public static method

public static ContainsGenericParameters ( this type ) : bool
type this
return bool

GetAssembly() public static method

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

GetBaseType() public static method

public static GetBaseType ( this type ) : Type
type this
return Type

GetContainsGenericParameters() public static method

public static GetContainsGenericParameters ( this type ) : bool
type this
return bool

GetIsAbstract() public static method

public static GetIsAbstract ( this type ) : bool
type this
return bool

GetIsClass() public static method

public static GetIsClass ( this type ) : bool
type this
return bool

GetIsEnum() public static method

public static GetIsEnum ( this type ) : bool
type this
return bool

GetIsGenericType() public static method

public static GetIsGenericType ( this type ) : bool
type this
return bool

GetIsGenericTypeDefinition() public static method

public static GetIsGenericTypeDefinition ( this type ) : bool
type this
return bool

GetIsInterface() public static method

public static GetIsInterface ( this type ) : bool
type this
return bool

GetIsPrimitive() public static method

public static GetIsPrimitive ( this type ) : bool
type this
return bool

GetIsPublic() public static method

public static GetIsPublic ( this type ) : bool
type this
return bool