C# Class EnumsNET.ReflectionUtility

Afficher le fichier Open project: TylerBrinkley/Enums.NET

Méthodes publiques

Méthode Description
GetCustomAttributes ( this type, bool inherit ) : IEnumerable
GetGenericArguments ( this type ) : System.Type[]
GetGenericParameterConstraints ( this type ) : System.Type[]
GetInterfaces ( this type ) : IEnumerable
GetTypeCode ( this type ) : TypeCode
IsDefined ( this type, Type attributeType, bool inherit ) : bool
IsEnum ( this type ) : bool

Method Details

GetCustomAttributes() public static méthode

public static GetCustomAttributes ( this type, bool inherit ) : IEnumerable
type this
inherit bool
Résultat IEnumerable

GetGenericArguments() public static méthode

public static GetGenericArguments ( this type ) : System.Type[]
type this
Résultat System.Type[]

GetGenericParameterConstraints() public static méthode

public static GetGenericParameterConstraints ( this type ) : System.Type[]
type this
Résultat System.Type[]

GetInterfaces() public static méthode

public static GetInterfaces ( this type ) : IEnumerable
type this
Résultat IEnumerable

GetTypeCode() public static méthode

public static GetTypeCode ( this type ) : TypeCode
type this
Résultat TypeCode

IsDefined() public static méthode

public static IsDefined ( this type, Type attributeType, bool inherit ) : bool
type this
attributeType System.Type
inherit bool
Résultat bool

IsEnum() public static méthode

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