Subsystem |
Remarks |
---|---|
Low Level File IO |
These functions are implemented in XSharp.Core. |
Static Memory IO |
The static memory subsystem allocates memory using the Marshal.AllocHGlobal functionality. Each memory block has 2 guard blocks that contain information about the group number, size and a magic number. We have also implemented memory groups. Then call MemWalk and pass your function as parameter. The runtime will call your function and will pass in all memory blocks that have been allocated and not released yet.
|
Late Binding Support |
The Runtime fully supports late binding. The late binding support still needs some optimizations. |