System.Windows.Extensions 10.0.0

About

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.

Key Features

  • Controls playback of a sound from a .wav file.
  • Retrieves sounds associated with a set of Windows operating system sound-event types.
  • User-friendly handling of X509 certificates.

How to Use

Below are examples demonstrating the usage of the key types provided by this package.

Playing a .wav File

using System.Media;

SoundPlayer player = new SoundPlayer("sound.wav");
player.Play();

// Wait while the sound plays.
Console.ReadKey();

Playing a System Sound

using System.Media;

SystemSounds.Asterisk.Play();
SystemSounds.Beep.Play();
SystemSounds.Exclamation.Play();
SystemSounds.Hand.Play();
SystemSounds.Question.Play();

Displaying a Certificate Selection Dialog

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}");
}

Main Types

The main types provided by this library are:

  • System.Media.SoundPlayer
  • System.Media.SystemSounds
  • System.Security.Cryptography.X509Certificates.X509Certificate2UI
  • System.Xaml.Permissions.XamlAccessLevel

Additional Documentation

Feedback & Contributing

System.Windows.Extensions is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on System.Windows.Extensions.

Packages Downloads
FastReport.Compat
Common compatible types for FastReport.Net
6,108
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/2b7d172669b2f7e55803b55f317cfcc2d4279d76.
84
Quantum.Framework.Core.StandardLib
Package Description
87
Quantum.Framework.Core.StandardLib
Package Description
90
Quantum.Framework.Core.StandardLib
Package Description
91
Quantum.Framework.Core.StandardLib
Package Description
92
Quantum.Framework.Core.StandardLib
Package Description
96
Quantum.Framework.Core.StandardLib
Package Description
100
Quantum.Framework.Core.StandardLib
Package Description
111
Quantum.Framework.Core.StandardLib
Package Description
119
Quantum.Framework.Core.StandardLib
Package Description
122
Quantum.Framework.Core.StandardLib
Package Description
123
Quantum.Framework.Core.StandardLib
Package Description
127
Quantum.Framework.Core.StandardLib
Package Description
128
Quantum.Framework.Core.StandardLib
Package Description
217
Quantum.Framework.Core.StandardLib
Package Description
260
Quantum.Framework.Core.StandardLib
Package Description
383
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
141
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
241
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
14,412

https://go.microsoft.com/fwlink/?LinkID=799421

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

.NET 10.0

  • No dependencies.

Version Downloads Last updated
10.0.0 15 11/13/2025
10.0.0-rc.2.25502.107 16 10/16/2025
10.0.0-rc.1.25451.107 17 09/13/2025
10.0.0-preview.7.25380.108 19 08/13/2025
10.0.0-preview.6.25358.103 18 07/17/2025
10.0.0-preview.5.25277.114 19 06/08/2025
10.0.0-preview.4.25258.110 27 05/17/2025
10.0.0-preview.3.25171.5 25 04/28/2025
10.0.0-preview.2.25163.2 21 03/30/2025
10.0.0-preview.1.25080.5 24 02/27/2025
9.0.11 11 11/13/2025
9.0.10 17 10/17/2025
9.0.9 17 09/13/2025
9.0.8 16 08/09/2025
9.0.7 22 07/10/2025
9.0.6 23 06/12/2025
9.0.5 24 05/18/2025
9.0.4 33 04/16/2025
9.0.3 34 03/12/2025
9.0.2 30 02/21/2025
9.0.1 37 01/24/2025
9.0.0 38 11/14/2024
9.0.0-rc.2.24473.5 33 11/05/2024
9.0.0-rc.1.24431.7 27 11/26/2024
9.0.0-preview.7.24405.7 29 11/10/2024
9.0.0-preview.6.24327.7 31 11/14/2024
9.0.0-preview.5.24306.7 26 11/27/2024
9.0.0-preview.4.24266.19 39 05/23/2024
9.0.0-preview.3.24172.9 35 05/23/2024
9.0.0-preview.2.24128.5 40 05/23/2024
9.0.0-preview.1.24080.9 32 05/30/2024
8.0.0 514 04/10/2024
8.0.0-rc.2.23479.6 30 05/23/2024
8.0.0-rc.1.23419.4 33 05/23/2024
8.0.0-preview.7.23375.6 46 08/22/2023
8.0.0-preview.6.23329.7 37 05/23/2024
8.0.0-preview.5.23280.8 44 05/30/2024
8.0.0-preview.4.23259.5 32 05/30/2024
8.0.0-preview.3.23174.8 38 05/30/2024
8.0.0-preview.2.23128.3 39 05/23/2024
8.0.0-preview.1.23110.8 39 05/30/2024
7.0.0 40 05/23/2024
7.0.0-rc.2.22472.3 35 05/23/2024
7.0.0-rc.1.22426.10 31 05/30/2024
7.0.0-preview.7.22375.6 36 05/23/2024
7.0.0-preview.6.22324.4 37 05/23/2024
7.0.0-preview.5.22301.12 40 05/30/2024
7.0.0-preview.3.22175.4 32 05/30/2024
7.0.0-preview.2.22152.2 35 06/13/2022
6.0.2-mauipre.1.22102.15 40 06/13/2022
6.0.2-mauipre.1.22054.8 32 06/13/2022
6.0.0-rc.2.21480.5 30 06/13/2022
6.0.0-preview.6.21352.12 30 06/13/2022
6.0.0-preview.5.21301.5 40 05/30/2024
6.0.0-preview.3.21201.4 33 06/13/2022
5.0.0-preview.7.20364.11 34 05/30/2024
5.0.0-preview.6.20305.6 32 06/13/2022
5.0.0-preview.5.20278.1 33 05/30/2024
5.0.0-preview.4.20251.6 37 05/30/2024
4.7.0-preview1.19504.10 37 05/30/2024
4.6.0-preview8.19405.3 30 05/30/2024
4.6.0-preview7.19362.9 40 05/30/2024
4.6.0-preview6.19264.9 35 05/30/2024
4.6.0-preview4.19212.13 39 05/30/2024
4.6.0-preview3.19128.7 31 05/30/2024
4.6.0-preview.19073.11 36 06/13/2022