Property | Type | Description | |
---|---|---|---|
DefinedEvents | HashSet |
Method | Description | |
---|---|---|
ConfigureEventNotifications ( object sender, |
||
DefineEvent ( ProcessInfo process, string key ) : void | ||
DefineEvent ( string key ) : void | ||
Dispose ( ) : void | ||
EventNotifications ( ScriptName name ) : System | ||
GetEndpointNames ( ) : string[] | ||
Initialize ( ) : IEnumerator | ||
LoadedInto ( ProcessInfo process ) : IEnumerator | ||
OnStatusWindowHidden ( IStatusWindow statusWindow ) : IEnumerator | ||
OnStatusWindowShown ( IStatusWindow statusWindow ) : IEnumerator | ||
SendToEndpoint ( ProcessInfo process, string endpoint, string message ) : void |
Method | Description | |
---|---|---|
OnPreferencesChanged ( EventInfo evt, string prefNames ) : IEnumerator |
public ConfigureEventNotifications ( object sender, |
||
sender | object | |
args | ||
return | void |
public DefineEvent ( ProcessInfo process, string key ) : void | ||
process | ProcessInfo | |
key | string | |
return | void |
public EventNotifications ( ScriptName name ) : System | ||
name | ScriptName | |
return | System |
public LoadedInto ( ProcessInfo process ) : IEnumerator | ||
process | ProcessInfo | |
return | IEnumerator |
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 SendToEndpoint ( ProcessInfo process, string endpoint, string message ) : void | ||
process | ProcessInfo | |
endpoint | string | |
message | string | |
return | void |