Свойство | Тип | Описание | |
---|---|---|---|
memoryRegions | LinkedList |
||
spinLock |
Метод | Описание | |
---|---|---|
ClaimResources ( |
Claims the resources.
|
|
GetMemory ( uint address, uint size ) : IMemory |
Gets the memory.
|
|
MemoryResources ( ) : System.Collections.Generic |
Initializes a new instance of the MemoryResources class.
|
|
ReleaseResources ( |
Releases the resources.
|
public ClaimResources ( |
||
hardwareResources | The hardware resources. | |
Результат | bool |
public GetMemory ( uint address, uint size ) : IMemory | ||
address | uint | The address. |
size | uint | The size. |
Результат | IMemory |
public MemoryResources ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public ReleaseResources ( |
||
hardwareResources | The hardware resources. | |
Результат | void |