Method | Description | |
---|---|---|
BaseType ( this type ) : |
||
GetGenericArguments ( this type ) : System.Type[] | ||
GetGetMethod ( this property ) : |
||
GetInterfaces ( this type ) : IEnumerable |
||
GetPublicInstanceMethod ( this type, string name ) : |
||
GetPublicProperties ( this type ) : IEnumerable |
||
GetPublicProperty ( this type, string name ) : |
||
GetPublicStaticMethod ( this type, string name ) : |
||
GetPublicStaticMethods ( this type ) : IEnumerable |
||
GetSetMethod ( this property ) : |
||
GetTypeCode ( this type ) : TypeCode | ||
HasDefaultConstructor ( this type ) : bool |
Determines whether the specified type has a default constructor.
|
|
IsAssignableFrom ( this type, |
||
IsAssignableFrom ( this type, |
||
IsEnum ( this type ) : bool | ||
IsGenericType ( this type ) : bool | ||
IsInstanceOf ( this type, object o ) : bool | ||
IsInterface ( this type ) : bool | ||
IsValueType ( this type ) : bool | ||
Unwrap ( this ex ) : |
public static BaseType ( this type ) : |
||
type | this | |
return |
public static GetGenericArguments ( this type ) : System.Type[] | ||
type | this | |
return | System.Type[] |
public static GetGetMethod ( this property ) : |
||
property | this | |
return |
public static GetInterfaces ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetPublicInstanceMethod ( this type, string name ) : |
||
type | this | |
name | string | |
return |
public static GetPublicProperties ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetPublicProperty ( this type, string name ) : |
||
type | this | |
name | string | |
return |
public static GetPublicStaticMethod ( this type, string name ) : |
||
type | this | |
name | string | |
return |
public static GetPublicStaticMethods ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetSetMethod ( this property ) : |
||
property | this | |
return |
public static GetTypeCode ( this type ) : TypeCode | ||
type | this | |
return | TypeCode |
public static HasDefaultConstructor ( this type ) : bool | ||
type | this | The type. |
return | bool |
public static IsAssignableFrom ( this type, |
||
type | this | |
source | ||
return | bool |
public static IsAssignableFrom ( this type, |
||
type | this | |
source | ||
return | bool |
public static IsGenericType ( this type ) : bool | ||
type | this | |
return | bool |
public static IsInstanceOf ( this type, object o ) : bool | ||
type | this | |
o | object | |
return | bool |
public static IsInterface ( this type ) : bool | ||
type | this | |
return | bool |
public static IsValueType ( this type ) : bool | ||
type | this | |
return | bool |
public static Unwrap ( this ex ) : |
||
ex | this | |
return |