Beispiel #1
0
 public static IntPtr FromManaged(global::Windows.System.Inventory.InstalledDesktopApp obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).GetRef();
Beispiel #2
0
 public static IObjectReference CreateMarshaler(global::Windows.System.Inventory.InstalledDesktopApp obj) => obj is null ? null : MarshalInspectable <global::Windows.System.Inventory.InstalledDesktopApp> .CreateMarshaler(obj).As <IUnknownVftbl>(GuidGenerator.GetIID(typeof(global::Windows.System.Inventory.IInstalledDesktopApp).GetHelperType()));