C# Class SleepHunter.IO.Process.DynamicMemoryVariable

Inheritance: MemoryVariable
Afficher le fichier Open project: ewrogers/SleepHunter4

Protected Properties

Свойство Type Description
offsets List

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DynamicMemoryVariable ( ) : System
DynamicMemoryVariable ( string key, long address, int maxLength, int size, int count ) : System

Method Details

DynamicMemoryVariable() public méthode

public DynamicMemoryVariable ( ) : System
Résultat System

DynamicMemoryVariable() public méthode

public DynamicMemoryVariable ( string key, long address, int maxLength, int size, int count ) : System
key string
address long
maxLength int
size int
count int
Résultat System

Property Details

offsets protected_oe property

protected List offsets
Résultat List