SystemTools Methods |
The SystemTools type exposes the following members.
Name | Description | |
---|---|---|
CopyUnmanagedMemory(Byte*, Byte*, Int32) |
Copy block of unmanaged memory.
| |
CopyUnmanagedMemory(IntPtr, IntPtr, Int32) |
Copy block of unmanaged memory.
| |
IsRunningOnMono |
Determines whether the code is running under Mono.
| |
SetUnmanagedMemory(Byte*, Int32, Int32) |
Fill memory region with specified value.
| |
SetUnmanagedMemory(IntPtr, Int32, Int32) |
Fill memory region with specified value.
|