C# Class System.CompatibilityExtensions

Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode 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 méthode

public static ContainsGenericParameters ( this type ) : bool
type this
Résultat bool

GetAssembly() public static méthode

public static GetAssembly ( this type ) : Assembly
type this
Résultat System.Reflection.Assembly

GetBaseType() public static méthode

public static GetBaseType ( this type ) : Type
type this
Résultat Type

GetContainsGenericParameters() public static méthode

public static GetContainsGenericParameters ( this type ) : bool
type this
Résultat bool

GetIsAbstract() public static méthode

public static GetIsAbstract ( this type ) : bool
type this
Résultat bool

GetIsClass() public static méthode

public static GetIsClass ( this type ) : bool
type this
Résultat bool

GetIsEnum() public static méthode

public static GetIsEnum ( this type ) : bool
type this
Résultat bool

GetIsGenericType() public static méthode

public static GetIsGenericType ( this type ) : bool
type this
Résultat bool

GetIsGenericTypeDefinition() public static méthode

public static GetIsGenericTypeDefinition ( this type ) : bool
type this
Résultat bool

GetIsInterface() public static méthode

public static GetIsInterface ( this type ) : bool
type this
Résultat bool

GetIsPrimitive() public static méthode

public static GetIsPrimitive ( this type ) : bool
type this
Résultat bool

GetIsPublic() public static méthode

public static GetIsPublic ( this type ) : bool
type this
Résultat bool