UwpDesktop 10.0.14393.3
dotnet add package UwpDesktop --version 10.0.14393.3
NuGet\Install-Package UwpDesktop -Version 10.0.14393.3
<PackageReference Include="UwpDesktop" Version="10.0.14393.3" />
paket add UwpDesktop --version 10.0.14393.3
#r "nuget: UwpDesktop, 10.0.14393.3"
// Install UwpDesktop as a Cake Addin #addin nuget:?package=UwpDesktop&version=10.0.14393.3 // Install UwpDesktop as a Cake Tool #tool nuget:?package=UwpDesktop&version=10.0.14393.3
Lets you call into WinRT APIs from Desktop and Centennial apps (WPF, WinForms, ...)
We are working on updating this package with the latest release. Meanwhile as a workaround please add the following winmds to your project;
1. The contract winmd for your API (can be found on the msdn page documentation for this API) Can be found under: C:\Program Files (x86)\Windows Kits\10\References\10.0.15063.0\<SDKVersion>\<Contract>\<ContractVersion>\<Contract>.winmd
2. .NET glue assemblies for .NET clients (required for .NET projection and async support) Can be found under: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\*WindowsRuntime*.dll
3. Façade winmd (required to resolve legacy 8.x type dependencies from above assemblies) Can be found under: C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.15063.0\Facade\Windows.winmd
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on UwpDesktop:
Package | Downloads |
---|---|
DZY.DotNetUtil.UI
DZY.DotNetUtil.UI |
|
DesktopBridgeEnvironment
Classes to help a Desktop Bridge application run both as a package and regular exe. |
|
santimpay-sdk
Package Description |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on UwpDesktop:
Repository | Stars |
---|---|
zh-h/Windows.Media.Ocr.Cli
Using UWP API Windows.Media.Ocr as an executable command line tool
|
|
kowalej/BlueMuse
Windows 10 app to stream data from Muse EEG headsets via LSL (Lab Streaming Layer).
|
|
FSecureLABS/SharpClipHistory
SharpClipHistory is a .NET application written in C# that can be used to read the contents of a user's clipboard history in Windows 10 starting from the 1809 Build.
|
|
babalae/genshin-achievement-toy
🏆原神成就识别,快速查找未完成的隐藏成就
|
Version | Downloads | Last updated |
---|---|---|
10.0.14393.3 | 120,729 | 11/23/2016 |
10.0.14393.2 | 2,447 | 9/29/2016 |
10.0.10586.3 | 1,678 | 11/23/2016 |
10.0.10586.2 | 8,691 | 6/6/2016 |
10.0.10586.1 | 1,221 | 6/1/2016 |
10.0.10240.3 | 1,584 | 11/23/2016 |
10.0.10240.2 | 1,085 | 6/6/2016 |
10.0.10240.1 | 3,145 | 10/26/2015 |
10.0.10240 | 1,504 | 10/26/2015 |
Updated the forbidden classes to improve the warnings accuracy for unsupported APIs