C# Class SleepHunter.IO.Process.DynamicMemoryVariable

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

Protected Properties

Property Type Description
offsets List

Private Properties

Property Type Description

Public Methods

Method Description
DynamicMemoryVariable ( ) : System
DynamicMemoryVariable ( string key, long address, int maxLength, int size, int count ) : System

Method Details

DynamicMemoryVariable() public method

public DynamicMemoryVariable ( ) : System
return System

DynamicMemoryVariable() public method

public DynamicMemoryVariable ( string key, long address, int maxLength, int size, int count ) : System
key string
address long
maxLength int
size int
count int
return System

Property Details

offsets protected_oe property

protected List offsets
return List