C# Class EzBus.Core.Utils.TypeExtensions

Afficher le fichier Open project: Zapote/EzBus

Méthodes publiques

Méthode Description
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

Method Details

CreateGenericList() public static méthode

public static CreateGenericList ( this type ) : IList
type this
Résultat IList

CreateInstance() public static méthode

public static CreateInstance ( this t ) : object
t this
Résultat object

GetAssemblyName() public static méthode

public static GetAssemblyName ( this obj ) : string
obj this
Résultat string

IsClass() public static méthode

public static IsClass ( this type ) : bool
type this
Résultat bool

IsCollection() public static méthode

public static IsCollection ( this type ) : bool
type this
Résultat bool

IsLocal() public static méthode

public static IsLocal ( this t ) : bool
t this
Résultat bool

IsValueType() public static méthode

public static IsValueType ( this type ) : bool
type this
Résultat bool