C# 클래스 TinkerWorX.SharpCraft.EntryPoint

상속: IEntryPoint
파일 보기 프로젝트 열기: TinkerWorX/SharpCraft

공개 프로퍼티들

프로퍼티 타입 설명
IsInGame System.Boolean
IsInMap System.Boolean

공개 메소드들

메소드 설명
EntryPoint ( RemoteHooking hookingContext, PluginContext context, System.Boolean isDebugging, String hackPath, String installPath ) : System
Run ( RemoteHooking hookingContext, PluginContext context, System.Boolean isDebugging, String hackPath, String installPath ) : void

비공개 메소드들

메소드 설명
LoadLibraryAHook ( String fileName ) : IntPtr
OnEngineEnd ( ) : void
OnEngineStart ( ) : void
OnMapEnd ( ) : void
OnMapStart ( ) : void
Unknown__SetStateHook ( IntPtr @this, System.Boolean endMap, System.Boolean endEngine ) : IntPtr

메소드 상세

EntryPoint() 공개 메소드

public EntryPoint ( RemoteHooking hookingContext, PluginContext context, System.Boolean isDebugging, String hackPath, String installPath ) : System
hookingContext RemoteHooking
context PluginContext
isDebugging System.Boolean
hackPath String
installPath String
리턴 System

Run() 공개 메소드

public Run ( RemoteHooking hookingContext, PluginContext context, System.Boolean isDebugging, String hackPath, String installPath ) : void
hookingContext RemoteHooking
context PluginContext
isDebugging System.Boolean
hackPath String
installPath String
리턴 void

프로퍼티 상세

IsInGame 공개적으로 프로퍼티

public Boolean,System IsInGame
리턴 System.Boolean

IsInMap 공개적으로 프로퍼티

public Boolean,System IsInMap
리턴 System.Boolean