Class NativeAPI
Class NativeAPI.
Inherited Members
Namespace: VisioForge.Core
Assembly: VisioForge.Core.dll
Syntax
public static class NativeAPI
Fields
X86
Is X86.
Declaration
public static bool X86
Field Value
Type | Description |
---|---|
bool |
Methods
CopyMemory(nint, nint, int)
Copies the memory.
Declaration
public static void CopyMemory(nint dest, nint source, int len)
Parameters
Type | Name | Description |
---|---|---|
nint | dest | The destination. |
nint | source | The source. |
int | len | The length. |
MemSet(nint, int, int)
Sets the memory.
Declaration
public static void MemSet(nint dest, int c, int byteCount)
Parameters
Type | Name | Description |
---|---|---|
nint | dest | The destination. |
int | c | The value. |
int | byteCount | The byte count. |
MoveMemory(nint, nint, uint)
Copies the memory.
Declaration
public static void MoveMemory(nint dest, nint source, uint len)
Parameters
Type | Name | Description |
---|---|---|
nint | dest | The destination. |
nint | source | The source. |
uint | len | The length. |