C# Class PluginFramework.PluginManage

Author :TG
Exibir arquivo Open project: tianjing/PluginFramework Class Usage Examples

Private Properties

Property Type Description
Close void
GetPluginDirs void
Shutdown void
WebAppLaunch void

Public Methods

Method Description
PluginManage ( ) : System
WinAppLaunch ( ) : void

framework Launch

Private Methods

Method Description
Close ( ) : void

framework Close

GetPluginDirs ( ) : void
Shutdown ( ) : void

framework Shutdown

WebAppLaunch ( ) : void

framework Launch

Method Details

PluginManage() public method

public PluginManage ( ) : System
return System

WinAppLaunch() public method

framework Launch
public WinAppLaunch ( ) : void
return void