Click or drag to resize
Accord.NET (logo)

SystemTools Methods

The SystemTools type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCopyUnmanagedMemory(Byte*, Byte*, Int32)
Copy block of unmanaged memory.
Public methodStatic memberCopyUnmanagedMemory(IntPtr, IntPtr, Int32)
Copy block of unmanaged memory.
Public methodStatic memberIsRunningOnMono
Determines whether the code is running under Mono.
Public methodStatic memberSetUnmanagedMemory(Byte*, Int32, Int32)
Fill memory region with specified value.
Public methodStatic memberSetUnmanagedMemory(IntPtr, Int32, Int32)
Fill memory region with specified value.
Top
See Also