C# Class Globals.PluginSetSelector

Inheritance: System.Windows.Forms.Form
Mostra file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
pluginInfo pluginInfoClass

Public Methods

Method Description
PluginSetSelector ( ) : System
getActivePlugin ( ) : string
getName ( string Path ) : string
getNames ( ) : string[]
getPath ( string Name ) : string
getPaths ( ) : string[]
populate ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Convert ( object o ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PluginSetSelector_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
PluginSetSelector_Load ( object sender, EventArgs e ) : void
btnAddUpdate_Click ( object sender, EventArgs e ) : void
btnRemove_Click ( object sender, EventArgs e ) : void
btnSelectDirectory_Click ( object sender, EventArgs e ) : void
listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

PluginSetSelector() public method

public PluginSetSelector ( ) : System
return System

getActivePlugin() public static method

public static getActivePlugin ( ) : string
return string

getName() public static method

public static getName ( string Path ) : string
Path string
return string

getNames() public static method

public static getNames ( ) : string[]
return string[]

getPath() public static method

public static getPath ( string Name ) : string
Name string
return string

getPaths() public static method

public static getPaths ( ) : string[]
return string[]

populate() public static method

public static populate ( ) : void
return void

Property Details

pluginInfo public_oe static_oe property

public static pluginInfoClass pluginInfo
return pluginInfoClass