C# 클래스 ShootBlues.Script.EventNotifications

상속: ShootBlues.ManagedScript
파일 보기 프로젝트 열기: kg/shootbluesscripts 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefinedEvents HashSet

공개 메소드들

메소드 설명
ConfigureEventNotifications ( object sender, EventArgs args ) : void
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

보호된 메소드들

메소드 설명
OnPreferencesChanged ( EventInfo evt, string prefNames ) : IEnumerator

메소드 상세

ConfigureEventNotifications() 공개 메소드

public ConfigureEventNotifications ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
리턴 void

DefineEvent() 공개 메소드

public DefineEvent ( ProcessInfo process, string key ) : void
process ProcessInfo
key string
리턴 void

DefineEvent() 공개 메소드

public DefineEvent ( string key ) : void
key string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EventNotifications() 공개 메소드

public EventNotifications ( ScriptName name ) : System
name ScriptName
리턴 System

GetEndpointNames() 공개 메소드

public GetEndpointNames ( ) : string[]
리턴 string[]

Initialize() 공개 메소드

public Initialize ( ) : IEnumerator
리턴 IEnumerator

LoadedInto() 공개 메소드

public LoadedInto ( ProcessInfo process ) : IEnumerator
process ProcessInfo
리턴 IEnumerator

OnPreferencesChanged() 보호된 메소드

protected OnPreferencesChanged ( EventInfo evt, string prefNames ) : IEnumerator
evt EventInfo
prefNames string
리턴 IEnumerator

OnStatusWindowHidden() 공개 메소드

public OnStatusWindowHidden ( IStatusWindow statusWindow ) : IEnumerator
statusWindow IStatusWindow
리턴 IEnumerator

OnStatusWindowShown() 공개 메소드

public OnStatusWindowShown ( IStatusWindow statusWindow ) : IEnumerator
statusWindow IStatusWindow
리턴 IEnumerator

SendToEndpoint() 공개 메소드

public SendToEndpoint ( ProcessInfo process, string endpoint, string message ) : void
process ProcessInfo
endpoint string
message string
리턴 void

프로퍼티 상세

DefinedEvents 공개적으로 프로퍼티

public HashSet DefinedEvents
리턴 HashSet