7 |
|
{ |
8 |
|
public static class MemorySizeConstants |
9 |
|
{ |
10 |
< |
public const uint MinimumAddress = 0x00000000; |
11 |
< |
public const uint MaximumAddressSize = int.MaxValue; |
10 |
> |
public const ulong MinimumAddress = 0x00000000; |
11 |
> |
public const ulong MaximumAddressSize = ulong.MaxValue; |
12 |
|
|
13 |
< |
public const uint MinimumSearchAddress = 0x00000000; |
14 |
< |
public const uint MaximumSearchSize = int.MaxValue; |
13 |
> |
public const ulong MinimumSearchAddress = 0x00000000; |
14 |
> |
public const ulong MaximumSearchSize = ulong.MaxValue; |
15 |
|
} |
16 |
|
} |