Property | Type | Description | |
---|---|---|---|
_OwnedFutures | OwnedFutureSet>.Dictionary | ||
_PreferencesChangedEvt | EventSubscription |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Initialize ( ) : IEnumerator | ||
LoadInto ( |
||
LoadedInto ( |
||
ManagedScript ( ScriptName name ) : System | ||
OnStatusWindowHidden ( IStatusWindow statusWindow ) : IEnumerator | ||
OnStatusWindowShown ( IStatusWindow statusWindow ) : IEnumerator | ||
Reload ( ) : IEnumerator | ||
Start ( |
||
Start ( |
||
UnloadFrom ( |
Method | Description | |
---|---|---|
CallFunction ( string moduleName, string functionName ) : IEnumerator | ||
DisposeFuturesForProcess ( |
||
OnPreferencesChanged ( EventInfo evt, string prefNames ) : IEnumerator |
protected CallFunction ( string moduleName, string functionName ) : IEnumerator | ||
moduleName | string | |
functionName | string | |
return | IEnumerator |
protected DisposeFuturesForProcess ( |
||
process | ||
return | void |
public LoadInto ( |
||
process | ||
return | IEnumerator |
public LoadedInto ( |
||
process | ||
return | IEnumerator |
public ManagedScript ( ScriptName name ) : System | ||
name | ScriptName | |
return | System |
protected OnPreferencesChanged ( EventInfo evt, string prefNames ) : IEnumerator | ||
evt | EventInfo | |
prefNames | string | |
return | IEnumerator |
public OnStatusWindowHidden ( IStatusWindow statusWindow ) : IEnumerator | ||
statusWindow | IStatusWindow | |
return | IEnumerator |
public OnStatusWindowShown ( IStatusWindow statusWindow ) : IEnumerator | ||
statusWindow | IStatusWindow | |
return | IEnumerator |
public Start ( |
||
process | ||
task | IEnumerator | |
return | IFuture |
public Start ( |
||
process | ||
task | ISchedulable | |
return | IFuture |
public UnloadFrom ( |
||
process | ||
return | IEnumerator |
protected Dictionary |
||
return | OwnedFutureSet>.Dictionary |