C# 클래스 Hawkeye.Extensibility.PluginManager

파일 보기 프로젝트 열기: odalet/Hawkeye2 1 사용 예제들

공개 메소드들

메소드 설명
DiscoverAll ( ) : void

Discovers the available plugins.

LoadAll ( IHawkeyeHost host ) : void

Loads all the plugins (passing them the specified host) from previously discovered plugin descriptors.

PluginManager ( ) : System

Initializes a new instance of the PluginManager class.

메소드 상세

DiscoverAll() 공개 메소드

Discovers the available plugins.
public DiscoverAll ( ) : void
리턴 void

LoadAll() 공개 메소드

Loads all the plugins (passing them the specified host) from previously discovered plugin descriptors.
public LoadAll ( IHawkeyeHost host ) : void
host IHawkeyeHost The host.
리턴 void

PluginManager() 공개 메소드

Initializes a new instance of the PluginManager class.
public PluginManager ( ) : System
리턴 System