Property | Type | Description | |
---|---|---|---|
address | long | ||
count | int | ||
key | string | ||
maxLength | int | ||
size | int |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
MemoryVariable ( ) : System | ||
MemoryVariable ( string key, long address, int maxLength, int size, int count ) : System | ||
ToString ( ) : string |
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 |