C# Class SleepHunter.IO.Process.MemoryVariable

Show file Open project: ewrogers/SleepHunter4 Class Usage Examples

Protected Properties

Property Type Description
address long
count int
key string
maxLength int
size int

Private Properties

Property Type Description

Public Methods

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

Method Details

MemoryVariable() public method

public MemoryVariable ( ) : System
return System

MemoryVariable() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

address protected property

protected long address
return long

count protected property

protected int count
return int

key protected property

protected string key
return string

maxLength protected property

protected int maxLength
return int

size protected property

protected int size
return int