C# Класс EzBus.Core.Utils.TypeExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CreateGenericList() публичный статический Метод

public static CreateGenericList ( this type ) : IList
type this
Результат IList

CreateInstance() публичный статический Метод

public static CreateInstance ( this t ) : object
t this
Результат object

GetAssemblyName() публичный статический Метод

public static GetAssemblyName ( this obj ) : string
obj this
Результат string

IsClass() публичный статический Метод

public static IsClass ( this type ) : bool
type this
Результат bool

IsCollection() публичный статический Метод

public static IsCollection ( this type ) : bool
type this
Результат bool

IsLocal() публичный статический Метод

public static IsLocal ( this t ) : bool
t this
Результат bool

IsValueType() публичный статический Метод

public static IsValueType ( this type ) : bool
type this
Результат bool