Table of Contents

Class NativeAPI

Namespace
VisioForge.Core
Assembly
VisioForge.Core.dll

Class NativeAPI.

public static class NativeAPI

Inheritance

Inherited Members

Fields

X86

Is X86.

public static bool X86

Field Value

bool

Methods

CopyMemory(nint, nint, int)

Copies the memory.

public static void CopyMemory(nint dest, nint source, int len)

Parameters

dest nint

The destination.

source nint

The source.

len int

The length.

MemSet(nint, int, int)

Sets the memory.

public static void MemSet(nint dest, int c, int byteCount)

Parameters

dest nint

The destination.

c int

The value.

byteCount int

The byte count.

MoveMemory(nint, nint, uint)

Copies the memory.

public static void MoveMemory(nint dest, nint source, uint len)

Parameters

dest nint

The destination.

source nint

The source.

len uint

The length.