C# 클래스 SecureDelete.WipePlugin.PluginReader

Provides support for obtaining the plugins contained in an assembly.
파일 보기 프로젝트 열기: gratianlup/SecureDelete

공개 메소드들

메소드 설명
LoadAssembly ( string assemblyPath ) : Assembly

Load an assembly

LoadPluginsFromAssembly ( Assembly assembly ) : SecureDelete.WipePlugin.Plugin[]

Load and instantiate all plugins found in the given assembly

LoadPluginsFromAssembly ( string assemblyPath ) : SecureDelete.WipePlugin.Plugin[]

Load and instantiate all plugins found in the given assembly

메소드 상세

LoadAssembly() 공개 정적인 메소드

Load an assembly
public static LoadAssembly ( string assemblyPath ) : Assembly
assemblyPath string
리턴 System.Reflection.Assembly

LoadPluginsFromAssembly() 공개 정적인 메소드

Load and instantiate all plugins found in the given assembly
public static LoadPluginsFromAssembly ( Assembly assembly ) : SecureDelete.WipePlugin.Plugin[]
assembly System.Reflection.Assembly The assembly.
리턴 SecureDelete.WipePlugin.Plugin[]

LoadPluginsFromAssembly() 공개 정적인 메소드

Load and instantiate all plugins found in the given assembly
public static LoadPluginsFromAssembly ( string assemblyPath ) : SecureDelete.WipePlugin.Plugin[]
assemblyPath string
리턴 SecureDelete.WipePlugin.Plugin[]