C# 클래스 OSAE.UserControlServices

Summary description for PluginServices.
상속: IPluginHost
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation

공개 메소드들

메소드 설명
ClosePlugins ( ) : void

Unloads and Closes all AvailablePlugins

Feedback ( string Feedback, IPlugin Plugin ) : void

Displays a feedback dialog from the plugin

FindPlugins ( ) : void

Searches the Application's Startup Directory for Plugins

FindPlugins ( string Path ) : void

Searches the passed Path for Plugins

UserControlServices ( ) : System

비공개 메소드들

메소드 설명
AddPlugin ( string FileName ) : void

메소드 상세

ClosePlugins() 공개 메소드

Unloads and Closes all AvailablePlugins
public ClosePlugins ( ) : void
리턴 void

Feedback() 공개 메소드

Displays a feedback dialog from the plugin
public Feedback ( string Feedback, IPlugin Plugin ) : void
Feedback string String message for feedback
Plugin PluginInterface.IPlugin The plugin that called the feedback
리턴 void

FindPlugins() 공개 메소드

Searches the Application's Startup Directory for Plugins
public FindPlugins ( ) : void
리턴 void

FindPlugins() 공개 메소드

Searches the passed Path for Plugins
public FindPlugins ( string Path ) : void
Path string Directory to search for Plugins in
리턴 void

UserControlServices() 공개 메소드

public UserControlServices ( ) : System
리턴 System