C# Class AGENT.Contrib.Reflection.Utilities

Afficher le fichier Open project: nothingmn/AGENT.Contrib

Méthodes publiques

Méthode Description
FindByInterface ( Type interfaceType ) : ArrayList
IsInterfaceType ( Type sourceType, Type interfaceType ) : bool
LoadByType ( Type type ) : object

Method Details

FindByInterface() public static méthode

public static FindByInterface ( Type interfaceType ) : ArrayList
interfaceType System.Type
Résultat System.Collections.ArrayList

IsInterfaceType() public static méthode

public static IsInterfaceType ( Type sourceType, Type interfaceType ) : bool
sourceType System.Type
interfaceType System.Type
Résultat bool

LoadByType() public static méthode

public static LoadByType ( Type type ) : object
type System.Type
Résultat object