|
|
SystemTools Class |
Namespace: Accord
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.
|
The class is a container of different system tools, which are used across the framework. Some of these tools are platform specific, so their implementation is different on different platform, like .NET and Mono.