C# Class AGENT.Contrib.Reflection.Utilities

Show file Open project: nothingmn/AGENT.Contrib

Public Methods

Method Description
FindByInterface ( Type interfaceType ) : ArrayList
IsInterfaceType ( Type sourceType, Type interfaceType ) : bool
LoadByType ( Type type ) : object

Method Details

FindByInterface() public static method

public static FindByInterface ( Type interfaceType ) : ArrayList
interfaceType System.Type
return System.Collections.ArrayList

IsInterfaceType() public static method

public static IsInterfaceType ( Type sourceType, Type interfaceType ) : bool
sourceType System.Type
interfaceType System.Type
return bool

LoadByType() public static method

public static LoadByType ( Type type ) : object
type System.Type
return object