C# Class Main.MemoryManagement.AbstractGameProcess

Inheritance: Process
显示文件 Open project: Zeziroth/Zeziroth-Simple-Menu

Public Methods

Method Description
GetBaseAddress ( ) : IntPtr
GetHandle ( ) : IntPtr
GetHasExited ( ) : bool
GetId ( ) : int
GetMainModuleMemorySize ( ) : int
GetMainWindowHandle ( ) : IntPtr
Is32Bit ( ) : bool

Protected Methods

Method Description
AbstractGameProcess ( ) : System

Method Details

AbstractGameProcess() protected method

protected AbstractGameProcess ( ) : System
return System

GetBaseAddress() public abstract method

public abstract GetBaseAddress ( ) : IntPtr
return IntPtr

GetHandle() public abstract method

public abstract GetHandle ( ) : IntPtr
return IntPtr

GetHasExited() public abstract method

public abstract GetHasExited ( ) : bool
return bool

GetId() public abstract method

public abstract GetId ( ) : int
return int

GetMainModuleMemorySize() public abstract method

public abstract GetMainModuleMemorySize ( ) : int
return int

GetMainWindowHandle() public abstract method

public abstract GetMainWindowHandle ( ) : IntPtr
return IntPtr

Is32Bit() public abstract method

public abstract Is32Bit ( ) : bool
return bool