Closed aruproy14 closed 2 years ago
Port C# code sample to WinUI 3, and demonstrate how to instantiate the BG task COM server without full .NET (i.e., by importing C++ COM API & using WinRT marshalling APIs to go from C++ types to managed C# types).
These code changes are a result of code samples and discussion from: https://github.com/mqudsi/BackgroundTask/commit/2394770e453036c8bb3bea9daecc08b67e1be87e https://github.com/microsoft/WindowsAppSDK/discussions/2490
#sign-off
Port C# code sample to WinUI 3, and demonstrate how to instantiate the BG task COM server without full .NET (i.e., by importing C++ COM API & using WinRT marshalling APIs to go from C++ types to managed C# types).
These code changes are a result of code samples and discussion from: https://github.com/mqudsi/BackgroundTask/commit/2394770e453036c8bb3bea9daecc08b67e1be87e https://github.com/microsoft/WindowsAppSDK/discussions/2490