C# Class SleepHunter.IO.Process.SearchMemoryVariable

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

Protected Properties

Свойство Type Description
offset MemoryOffset

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

SearchMemoryVariable() public méthode

public SearchMemoryVariable ( ) : System
Résultat System

SearchMemoryVariable() public méthode

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
Résultat System

Property Details

offset protected_oe property

protected MemoryOffset,SleepHunter.IO.Process offset
Résultat MemoryOffset