C# 클래스 cleanCore.Events

파일 보기 프로젝트 열기: Vipeax/cleanLayer

Private Properties

프로퍼티 타입 설명
ExecuteIngameListener void
HandleEvent void
HandleVictimCall int

공개 메소드들

메소드 설명
Initialize ( ) : void
Pulse ( ) : void
Register ( string name, EventHandler handler ) : void
Remove ( string name, EventHandler handler ) : void

비공개 메소드들

메소드 설명
ExecuteIngameListener ( ) : void
HandleEvent ( List args ) : void
HandleVictimCall ( IntPtr luaState ) : int

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Pulse() 공개 정적인 메소드

public static Pulse ( ) : void
리턴 void

Register() 공개 정적인 메소드

public static Register ( string name, EventHandler handler ) : void
name string
handler EventHandler
리턴 void

Remove() 공개 정적인 메소드

public static Remove ( string name, EventHandler handler ) : void
name string
handler EventHandler
리턴 void