C# Class SecureDelete.Actions.BridgeFactory

Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Méthode Description
GetBridgeObjects ( ) : List

Instantiate the bridge objects found in the executing assembly.

GetBridgeObjects ( Assembly assembly ) : List

Instantiate the bridge objects found in the given assembly.

GetBridgeObjects ( string path ) : List

Instantiate the bridge objects found in the assembly located at the given path.

GetBridgeObjectsTypes ( ) : List
GetBridgeObjectsTypes ( Assembly assembly ) : List
GetInstantiatedBridgeObjects ( List types ) : List
LoadAssembly ( string path ) : Assembly

Method Details

GetBridgeObjects() public static méthode

Instantiate the bridge objects found in the executing assembly.
public static GetBridgeObjects ( ) : List
Résultat List

GetBridgeObjects() public static méthode

Instantiate the bridge objects found in the given assembly.
public static GetBridgeObjects ( Assembly assembly ) : List
assembly System.Reflection.Assembly
Résultat List

GetBridgeObjects() public static méthode

Instantiate the bridge objects found in the assembly located at the given path.
public static GetBridgeObjects ( string path ) : List
path string
Résultat List

GetBridgeObjectsTypes() public static méthode

public static GetBridgeObjectsTypes ( ) : List
Résultat List

GetBridgeObjectsTypes() public static méthode

public static GetBridgeObjectsTypes ( Assembly assembly ) : List
assembly System.Reflection.Assembly
Résultat List

GetInstantiatedBridgeObjects() public static méthode

public static GetInstantiatedBridgeObjects ( List types ) : List
types List
Résultat List

LoadAssembly() public static méthode

public static LoadAssembly ( string path ) : Assembly
path string
Résultat System.Reflection.Assembly