Class UnsafeMethods
Unsafe and native methods.
Inherited Members
Namespace: Evergine.Common
Assembly: Evergine.Common.dll
Syntax
public static class UnsafeMethods
Methods
ClonePointer(IntPtr, int)
Clones the pointer.
Declaration
public static IntPtr ClonePointer(IntPtr source, int dataSize)
Parameters
Returns
Type | Description |
---|---|
Int |
New IntPtr created. |
CopyPointer(IntPtr, IntPtr, int)
Copies the pointers.
Declaration
public static void CopyPointer(IntPtr source, IntPtr destination, int count)