C# Class SleepHunter.IO.Process.MemoryVariable

显示文件 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_oe property

protected long address
return long

count protected_oe property

protected int count
return int

key protected_oe property

protected string key
return string

maxLength protected_oe property

protected int maxLength
return int

size protected_oe property

protected int size
return int