Method | Description | |
---|---|---|
GetCustomAttributes ( this type, bool inherit ) : IEnumerable |
||
GetPublicInstanceMethod ( this type, string name, |
||
GetTypeCode ( |
||
GetTypeFromTypeCode ( this typeCode ) : |
||
IsEnum ( this type ) : bool | ||
IsGenericType ( this type ) : bool | ||
IsInterface ( this type ) : bool | ||
IsPrimitive ( this type ) : bool | ||
IsValueType ( this type ) : bool | ||
Name ( this type ) : string | ||
UnderlyingSystemType ( this type ) : |
public static GetCustomAttributes ( this type, bool inherit ) : IEnumerable |
||
type | this | |
inherit | bool | |
return | IEnumerable |
public static GetPublicInstanceMethod ( this type, string name, |
||
type | this | |
name | string | |
types | ||
return |
public static GetTypeCode ( |
||
type | ||
return | TypeCode |
public static GetTypeFromTypeCode ( this typeCode ) : |
||
typeCode | this | |
return |
public static IsGenericType ( this type ) : bool | ||
type | this | |
return | bool |
public static IsInterface ( this type ) : bool | ||
type | this | |
return | bool |
public static IsPrimitive ( this type ) : bool | ||
type | this | |
return | bool |
public static IsValueType ( this type ) : bool | ||
type | this | |
return | bool |
public static UnderlyingSystemType ( this type ) : |
||
type | this | |
return |