C# 클래스 Enigma.Memory.ProcessMemoryReader

상속: MemoryReader, IHasMainModuleVersion
파일 보기 프로젝트 열기: r3peat/Enigma.D3.Public 1 사용 예제들

공개 메소드들

메소드 설명
CreateMiniDump ( string path ) : void
CreateMiniDump ( string path, bool overwrite ) : void
Dispose ( ) : void
ProcessMemoryReader ( Process process ) : System
UnsafeReadBytes ( MemoryAddress address, byte buffer, int offset, int count ) : void

메소드 상세

CreateMiniDump() 공개 메소드

public CreateMiniDump ( string path ) : void
path string
리턴 void

CreateMiniDump() 공개 메소드

public CreateMiniDump ( string path, bool overwrite ) : void
path string
overwrite bool
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProcessMemoryReader() 공개 메소드

public ProcessMemoryReader ( Process process ) : System
process System.Diagnostics.Process
리턴 System

UnsafeReadBytes() 공개 메소드

public UnsafeReadBytes ( MemoryAddress address, byte buffer, int offset, int count ) : void
address MemoryAddress
buffer byte
offset int
count int
리턴 void