![]() |
VOOZH | about |
dotnet add package System.Windows.Extensions --version 10.0.9
NuGet\Install-Package System.Windows.Extensions -Version 10.0.9
<PackageReference Include="System.Windows.Extensions" Version="10.0.9" />
<PackageVersion Include="System.Windows.Extensions" Version="10.0.9" />Directory.Packages.props
<PackageReference Include="System.Windows.Extensions" />Project file
paket add System.Windows.Extensions --version 10.0.9
#r "nuget: System.Windows.Extensions, 10.0.9"
#:package System.Windows.Extensions@10.0.9
#addin nuget:?package=System.Windows.Extensions&version=10.0.9Install as a Cake Addin
#tool nuget:?package=System.Windows.Extensions&version=10.0.9Install as a Cake Tool
Provides miscellaneous Windows-specific types.
This collection of types facilitates interactions with unique features provided by the Windows operating system, including playing sounds, selecting X509 certificates in a user-friendly manner, among other features.
Below are examples demonstrating the usage of the key types provided by this package.
using System.Media;
SoundPlayer player = new SoundPlayer("sound.wav");
player.Play();
// Wait while the sound plays.
Console.ReadKey();
using System.Media;
SystemSounds.Asterisk.Play();
SystemSounds.Beep.Play();
SystemSounds.Exclamation.Play();
SystemSounds.Hand.Play();
SystemSounds.Question.Play();
using System.Security.Cryptography.X509Certificates;
X509Store store = new X509Store(StoreName.My);
store.Open(OpenFlags.ReadOnly);
X509Certificate2Collection selectedCerts = X509Certificate2UI.SelectFromCollection(
store.Certificates,
"Select Certificate",
"Select a certificate from the following list:",
X509SelectionFlag.SingleSelection
);
store.Close();
if (selectedCerts.Count == 0)
{
Console.WriteLine("No certificate selected.");
}
else
{
Console.WriteLine($"Certificate selected: {selectedCerts[0].Subject}");
}
The main types provided by this library are:
System.Media.SoundPlayerSystem.Media.SystemSoundsSystem.Security.Cryptography.X509Certificates.X509Certificate2UISystem.Xaml.Permissions.XamlAccessLevelSystem.Windows.Extensions is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on System.Windows.Extensions:
| Package | Downloads |
|---|---|
|
System.Security.Permissions
Provides types supporting Code Access Security (CAS). |
|
|
GroupDocs.Conversion
This is a cross-platform version of GroupDocs.Conversion for .NET. GroupDocs.Conversion for .NET is a powerful and intuitive library used for documents conversion. Convert DOC to PDF, PDF to DOC, XLS to DOC, PPT to PDF and any other popular file formats with simple, intuitive and flexible API. For more details on the GroupDocs.Conversion for .NET API, please visit product website at: https://products.groupdocs.com/conversion/net Note: The library will run in evaluation mode. In order to test full features of the product, please request a free 30-day temporary license. |
|
|
Stimulsoft.Dashboards.Win
Stimulsoft Dashboards.WIN is a set of components that allows you to add analytics to your .NET application. The dashboard components are designed for both WinForms and WPF technologies. Data can be rendered using various widgets, from tables and charts to gauges. The product supports a variety of data sources such as SQL, CSV, JSON, and others. |
|
|
GdPicture.API
Intelligent PDF & document processing SDKs |
|
|
Maikebing.System.Windows.Forms.DataVisualization
Package Description |
Showing the top 19 popular GitHub repositories that depend on System.Windows.Extensions:
| Repository | Stars |
|---|---|
|
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
|
|
|
dotnet/wpf
WPF is a .NET Core UI framework for building Windows desktop applications.
|
|
|
dotnet/winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
|
|
|
NuGetPackageExplorer/NuGetPackageExplorer
Create, update and deploy Nuget Packages with a GUI
|
|
|
killkimno/MORT
MORT 번역기 프로젝트 - Real-time game translator with OCR
|
|
|
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
|
|
|
dotnet/dotnet-console-games
Game examples implemented as .NET console applications primarily for providing education and inspiration. :)
|
|
|
MicrosoftLearning/AI-102-AIEngineer
Lab files for AI-102 - AI Engineer
|
|
|
dotnet/dotnet-api-docs
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
|
|
|
BigheadSMZ/Zelda-LA-DX-HD-Updated
Windows, Android, and Linux ports of TLoZ: LADXHD updated via a patcher.
|
|
|
dotnet/Kerberos.NET
A Kerberos implementation built entirely in managed code.
|
|
|
squiggythings/WaveTracker
A free and open source music-making software for Windows. Uses wavetable synthesis and sampling to generate sounds.
|
|
|
pdfforge/PDFCreator
PDFCreator - The free PDF Converter
|
|
|
merschformann/RAWSim-O
A simulation framework for Robotic Mobile Fulfillment Systems
|
|
|
lindexi/lindexi_gd
博客用到的代码
|
|
|
dotnet/winforms-datavisualization
System.Windows.Forms.DataVisualization provides basic charting for WinForms applications.
|
|
| Timotheeee/btd6_mods | |
|
RssBandit/RssBandit
Browsing web news without a browser
|
|
|
axx0/Civ2-clone
An open-source re-implementation of Civilization 2
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-preview.5.26302.115 | 834 | 6/9/2026 |
| 11.0.0-preview.4.26230.115 | 1,747 | 5/12/2026 |
| 11.0.0-preview.3.26207.106 | 2,769 | 4/14/2026 |
| 11.0.0-preview.2.26159.112 | 2,617 | 3/10/2026 |
| 11.0.0-preview.1.26104.118 | 3,465 | 2/10/2026 |
| 10.0.9 | 57,168 | 6/9/2026 |
| 10.0.8 | 244,178 | 5/12/2026 |
| 10.0.7 | 374,104 | 4/21/2026 |
| 10.0.6 | 234,933 | 4/14/2026 |
| 10.0.5 | 625,145 | 3/12/2026 |
| 10.0.4 | 69,854 | 3/10/2026 |
| 10.0.3 | 389,747 | 2/10/2026 |
| 10.0.2 | 764,275 | 1/13/2026 |
| 10.0.1 | 357,037 | 12/9/2025 |
| 9.0.17 | 3,443 | 6/9/2026 |
| 9.0.16 | 18,570 | 5/12/2026 |
| 9.0.15 | 64,902 | 4/14/2026 |
| 9.0.14 | 101,179 | 3/10/2026 |
| 9.0.13 | 29,568 | 2/10/2026 |
| 9.0.12 | 53,254 | 1/13/2026 |