C# 클래스 Extemory.MemoryEdits.MemoryEditManager

상속: IDisposable
파일 보기 프로젝트 열기: jeffora/extemory

공개 메소드들

메소드 설명
Dispose ( ) : void
ForProcess ( Process process ) : MemoryEditManager
this ( IntPtr addr ) : IMemoryEdit

비공개 메소드들

메소드 설명
MemoryEditManager ( ) : System
ProcessExited ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ForProcess() 공개 정적인 메소드

public static ForProcess ( Process process ) : MemoryEditManager
process System.Diagnostics.Process
리턴 MemoryEditManager

this() 공개 메소드

public this ( IntPtr addr ) : IMemoryEdit
addr System.IntPtr
리턴 IMemoryEdit