C# Class SleepHunter.IO.Process.SearchMemoryVariable

Inheritance: DynamicMemoryVariable
显示文件 Open project: ewrogers/SleepHunter4

Protected Properties

Property Type Description
offset MemoryOffset

Private Properties

Property Type Description

Public Methods

Method Description
SearchMemoryVariable ( ) : System
SearchMemoryVariable ( string key, long address, long offset, bool isNegative = false, int maxLength, int size, int count ) : System

Method Details

SearchMemoryVariable() public method

public SearchMemoryVariable ( ) : System
return System

SearchMemoryVariable() public method

public SearchMemoryVariable ( string key, long address, long offset, bool isNegative = false, int maxLength, int size, int count ) : System
key string
address long
offset long
isNegative bool
maxLength int
size int
count int
return System

Property Details

offset protected_oe property

protected MemoryOffset,SleepHunter.IO.Process offset
return MemoryOffset