Namespace:
robotManager.MemoryClass
Assembly:
robotManager (in robotManager.dll)
public AllocManager(
int startSize,
Memory memory,
MemoryProtection pageProtection,
bool onTopPage
)
Public Sub New ( _
startSize As Integer, _
memory As Memory, _
pageProtection As MemoryProtection, _
onTopPage As Boolean _
)
public:
AllocManager(
int^ startSize,
Memory^ memory,
MemoryProtection^ pageProtection,
bool^ onTopPage
)
Parameters
- startSize
- Type: Int32
The start size.
- memory
- Type: Memory
The memory.
- pageProtection
- Type: MemoryProtection
The page protection.
- onTopPage
- Type: Boolean
if set to true [on top page].