C# 클래스 SecureDelete.Actions.BridgeFactory

파일 보기 프로젝트 열기: gratianlup/SecureDelete

공개 메소드들

메소드 설명
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

메소드 상세

GetBridgeObjects() 공개 정적인 메소드

Instantiate the bridge objects found in the executing assembly.
public static GetBridgeObjects ( ) : List
리턴 List

GetBridgeObjects() 공개 정적인 메소드

Instantiate the bridge objects found in the given assembly.
public static GetBridgeObjects ( Assembly assembly ) : List
assembly System.Reflection.Assembly
리턴 List

GetBridgeObjects() 공개 정적인 메소드

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

GetBridgeObjectsTypes() 공개 정적인 메소드

public static GetBridgeObjectsTypes ( ) : List
리턴 List

GetBridgeObjectsTypes() 공개 정적인 메소드

public static GetBridgeObjectsTypes ( Assembly assembly ) : List
assembly System.Reflection.Assembly
리턴 List

GetInstantiatedBridgeObjects() 공개 정적인 메소드

public static GetInstantiatedBridgeObjects ( List types ) : List
types List
리턴 List

LoadAssembly() 공개 정적인 메소드

public static LoadAssembly ( string path ) : Assembly
path string
리턴 System.Reflection.Assembly