프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ActiveContext | int | ||
Context | string[] | ||
Script | Common |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Keys | string[] | ||
Values | string[] |
메소드 | 설명 | |
---|---|---|
PushContext ( string attributeName ) : void | ||
PythonExplorer ( TaskScheduler scheduler, Common script ) : System | ||
RefreshBreadcrumbs ( ) : void | ||
RefreshValues ( ) : void | ||
ReplaceContext ( ) : void | ||
SelectModuleTask ( ProcessInfo pi, string oldText ) : IEnumerator |
메소드 | 설명 | |
---|---|---|
BreadcrumbClick ( int index ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
RefreshValuesTask ( ProcessInfo process, string context, int activeContext ) : IEnumerator |
메소드 | 설명 | |
---|---|---|
DataGrid_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void | ||
DataGrid_CellDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void | ||
DataGrid_CellValueNeeded ( object sender, System.Windows.Forms.DataGridViewCellValueEventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ProcessList_SelectedValueChanged ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public PushContext ( string attributeName ) : void | ||
attributeName | string | |
리턴 | void |
public PythonExplorer ( TaskScheduler scheduler, Common script ) : System | ||
scheduler | TaskScheduler | |
script | Common | |
리턴 | System |
protected RefreshValuesTask ( ProcessInfo process, string context, int activeContext ) : IEnumerator | ||
process | ProcessInfo | |
context | string | |
activeContext | int | |
리턴 | IEnumerator |
public SelectModuleTask ( ProcessInfo pi, string oldText ) : IEnumerator | ||
pi | ProcessInfo | |
oldText | string | |
리턴 | IEnumerator |