public static IntPtr FromManaged(global::Windows.UI.WindowManagement.Preview.WindowManagementPreview obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).GetRef();
 public static IObjectReference CreateMarshaler(global::Windows.UI.WindowManagement.Preview.WindowManagementPreview obj) => obj is null ? null : MarshalInspectable <global::Windows.UI.WindowManagement.Preview.WindowManagementPreview> .CreateMarshaler(obj).As <IUnknownVftbl>(GuidGenerator.GetIID(typeof(global::Windows.UI.WindowManagement.Preview.IWindowManagementPreview).GetHelperType()));