Skip to main content

Class MemUtil

Assembly: ImGuiScene.dll
[View Source](https://github.com/goatcorp/ImGuiScene/blob/master/ImGuiScene/Win32 Utils/MemUtil.cs#L6)
Declaration
public static class MemUtil

Methods

Allocate<T>()

[View Source](https://github.com/goatcorp/ImGuiScene/blob/master/ImGuiScene/Win32 Utils/MemUtil.cs#L8)
Declaration
public static T* Allocate<T>() where T : unmanaged
Returns

<T>*

Type Parameters
  • T

Free(IntPtr)

[View Source](https://github.com/goatcorp/ImGuiScene/blob/master/ImGuiScene/Win32 Utils/MemUtil.cs#L12)
Declaration
public static void Free(this IntPtr obj)
Parameters
TypeName
System.IntPtrobj