public void Dispose()
 {
     Marshal.FreeHGlobal(NativePointer->DisplayName);
     MemUtil.Free((IntPtr)NativePointer);
     NativePointer = null;
     GC.SuppressFinalize(this);
 }
 public DisplayPropertiesKHR()
 {
     NativePointer = (Unmanaged.DisplayPropertiesKHR *)MemUtil.Alloc(typeof(Unmanaged.DisplayPropertiesKHR));
 }