Метод | Описание | |
---|---|---|
CreateGenericList ( this type ) : IList | ||
CreateInstance ( this t ) : object | ||
GetAssemblyName ( this obj ) : string | ||
IsClass ( this type ) : bool | ||
IsCollection ( this type ) : bool | ||
IsLocal ( this t ) : bool | ||
IsValueType ( this type ) : bool |
public static CreateGenericList ( this type ) : IList | ||
type | this | |
Результат | IList |
public static CreateInstance ( this t ) : object | ||
t | this | |
Результат | object |
public static GetAssemblyName ( this obj ) : string | ||
obj | this | |
Результат | string |
public static IsClass ( this type ) : bool | ||
type | this | |
Результат | bool |
public static IsCollection ( this type ) : bool | ||
type | this | |
Результат | bool |
public static IsValueType ( this type ) : bool | ||
type | this | |
Результат | bool |