C# 클래스 LuaInjector.Main

상속: EasyHook.IEntryPoint
파일 보기 프로젝트 열기: Excrulon/Tree-of-Savior-Experience-Viewer

공개 메소드들

메소드 설명
Main ( RemoteHooking InContext, String InChannelName ) : System
Run ( RemoteHooking InContext, String InChannelName ) : void

보호된 메소드들

메소드 설명
GetVTblAddresses ( IntPtr pointer, int numberOfMethods ) : System.IntPtr[]
GetVTblAddresses ( IntPtr pointer, int startIndex, int numberOfMethods ) : System.IntPtr[]

메소드 상세

GetVTblAddresses() 보호된 메소드

protected GetVTblAddresses ( IntPtr pointer, int numberOfMethods ) : System.IntPtr[]
pointer System.IntPtr
numberOfMethods int
리턴 System.IntPtr[]

GetVTblAddresses() 보호된 메소드

protected GetVTblAddresses ( IntPtr pointer, int startIndex, int numberOfMethods ) : System.IntPtr[]
pointer System.IntPtr
startIndex int
numberOfMethods int
리턴 System.IntPtr[]

Main() 공개 메소드

public Main ( RemoteHooking InContext, String InChannelName ) : System
InContext RemoteHooking
InChannelName String
리턴 System

Run() 공개 메소드

public Run ( RemoteHooking InContext, String InChannelName ) : void
InContext RemoteHooking
InChannelName String
리턴 void