C# Класс ALFA.Shared.ServerInterop

This class supports low level interoperability with NWN2Server.exe. It is not portable.
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
AllocateServerHeap ( UInt32 Size ) : IntPtr

Allocate unmanaged memory on the server heap. The caller is responsible for freeing the memory.

FreeServerHeap ( IntPtr P ) : void

Free unmanaged memory to the server heap (allocated by the server internally or by AllocateServerHeap()).

NWN2_HeapMgr_GetDefaultHeap ( IntPtr HeapMgr ) : IntPtr
NWN2_HeapMgr_Instance ( ) : IntPtr
NWN2_Heap_Allocate ( IntPtr Heap, UInt32 Size ) : IntPtr
NWN2_Heap_Deallocate ( IntPtr Heap, IntPtr P ) : IntPtr
ReadCExoString ( IntPtr Offset ) : string

Read a CExoString from an arbitrary virtual address and return a CLR string representation of it.