C# 클래스 Globals.PluginSetSelector

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
pluginInfo pluginInfoClass

공개 메소드들

메소드 설명
PluginSetSelector ( ) : System
getActivePlugin ( ) : string
getName ( string Path ) : string
getNames ( ) : string[]
getPath ( string Name ) : string
getPaths ( ) : string[]
populate ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

PluginSetSelector() 공개 메소드

public PluginSetSelector ( ) : System
리턴 System

getActivePlugin() 공개 정적인 메소드

public static getActivePlugin ( ) : string
리턴 string

getName() 공개 정적인 메소드

public static getName ( string Path ) : string
Path string
리턴 string

getNames() 공개 정적인 메소드

public static getNames ( ) : string[]
리턴 string[]

getPath() 공개 정적인 메소드

public static getPath ( string Name ) : string
Name string
리턴 string

getPaths() 공개 정적인 메소드

public static getPaths ( ) : string[]
리턴 string[]

populate() 공개 정적인 메소드

public static populate ( ) : void
리턴 void

프로퍼티 상세

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

public static pluginInfoClass pluginInfo
리턴 pluginInfoClass