C# Class SleepHunter.IO.Process.MemoryVariable

Afficher le fichier Open project: ewrogers/SleepHunter4 Class Usage Examples

Protected Properties

Свойство Type Description
address long
count int
key string
maxLength int
size int

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

MemoryVariable() public méthode

public MemoryVariable ( ) : System
Résultat System

MemoryVariable() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

address protected_oe property

protected long address
Résultat long

count protected_oe property

protected int count
Résultat int

key protected_oe property

protected string key
Résultat string

maxLength protected_oe property

protected int maxLength
Résultat int

size protected_oe property

protected int size
Résultat int