C# 클래스 Plugins.Plugin

파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 프로퍼티들

프로퍼티 타입 설명
FailedPlugins List

공개 메소드들

메소드 설명
PluginObsolete ( IAWBPlugin plugin ) : void
PurgeFailedPlugins ( ) : void

비공개 메소드들

메소드 설명
ErrorHandlerAppendToErrorHandler ( ) : string
GetAWBPluginList ( ) : List

Gets a List of all the plugin names currently loaded

GetBasePluginList ( ) : List

Gets a List of all the plugin names currently loaded

GetListMakerPluginList ( ) : List

Gets a list of all the List Maker Plugins currently loaded

GetPluginVersionString ( IAWBBasePlugin plugin ) : string

Gets the Version string of a IAWBBasePlugin

GetPluginVersionString ( IListMakerPlugin plugin ) : string

Gets the Version string of a IListMakerPlugin

InitialisePlugin ( IAWBBasePlugin plugin, IAutoWikiBrowser awb ) : void

Passes a reference of the main form to the plugin for initialisation

LoadPlugins ( IAutoWikiBrowser awb, string plugins, bool afterStartup ) : void

Loads all the plugins from the directory where AWB resides

LoadPluginsStartup ( IAutoWikiBrowser awb, Splash splash ) : void

Loads the plugin at startup, and updates the splash screen

Plugin ( )
PluginObsolete ( string name, string version ) : void

메소드 상세

PluginObsolete() 공개 정적인 메소드

public static PluginObsolete ( IAWBPlugin plugin ) : void
plugin IAWBPlugin
리턴 void

PurgeFailedPlugins() 공개 정적인 메소드

public static PurgeFailedPlugins ( ) : void
리턴 void

프로퍼티 상세

FailedPlugins 공개적으로 정적으로 프로퍼티

public static List FailedPlugins
리턴 List