Method | 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, |
||
IsEnum ( this type ) : bool |
public static GetCustomAttributes ( this type, bool inherit ) : IEnumerable |
||
type | this | |
inherit | bool | |
return | IEnumerable |
public static GetGenericArguments ( this type ) : System.Type[] | ||
type | this | |
return | System.Type[] |
public static GetGenericParameterConstraints ( this type ) : System.Type[] | ||
type | this | |
return | System.Type[] |
public static GetInterfaces ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetTypeCode ( this type ) : TypeCode | ||
type | this | |
return | TypeCode |
public static IsDefined ( this type, |
||
type | this | |
attributeType | ||
inherit | bool | |
return | bool |