System.Windows.Extensions 9.0.0-preview.4.24266.19

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
5,994
Quantum.Framework.Core.StandardLib
Package Description
37
Quantum.Framework.Core.StandardLib
Package Description
38
Quantum.Framework.Core.StandardLib
Package Description
39
Quantum.Framework.Core.StandardLib
Package Description
41
Quantum.Framework.Core.StandardLib
Package Description
43
Quantum.Framework.Core.StandardLib
Package Description
44
Quantum.Framework.Core.StandardLib
Package Description
45
Quantum.Framework.Core.StandardLib
Package Description
47
Quantum.Framework.Core.StandardLib
Package Description
51
Quantum.Framework.Core.StandardLib
Package Description
53
Quantum.Framework.Core.StandardLib
Package Description
54
Quantum.Framework.Core.StandardLib
Package Description
57
Quantum.Framework.Core.StandardLib
Package Description
164
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
100
System.Security.Permissions
Provides types supporting Code Access Security (CAS).
156
System.Security.Permissions
Provides types supporting Code Access Security (CAS). When using NuGet 3.x this package requires at least version 3.4.
13,947

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

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

Version Downloads Last updated
9.0.0-preview.4.24266.19 7 05/23/2024
9.0.0-preview.3.24172.9 3 05/23/2024
9.0.0-preview.2.24128.5 6 05/23/2024
9.0.0-preview.1.24080.9 2 05/30/2024
8.0.0 269 04/10/2024
8.0.0-rc.2.23479.6 4 05/23/2024
8.0.0-rc.1.23419.4 4 05/23/2024
8.0.0-preview.7.23375.6 16 08/22/2023
8.0.0-preview.6.23329.7 4 05/23/2024
8.0.0-preview.5.23280.8 2 05/30/2024
8.0.0-preview.4.23259.5 3 05/30/2024
8.0.0-preview.3.23174.8 3 05/30/2024
8.0.0-preview.2.23128.3 4 05/23/2024
8.0.0-preview.1.23110.8 6 05/30/2024
7.0.0 4 05/23/2024
7.0.0-rc.2.22472.3 4 05/23/2024
7.0.0-rc.1.22426.10 3 05/30/2024
7.0.0-preview.7.22375.6 6 05/23/2024
7.0.0-preview.6.22324.4 4 05/23/2024
7.0.0-preview.5.22301.12 2 05/30/2024
7.0.0-preview.3.22175.4 3 05/30/2024
7.0.0-preview.2.22152.2 4 06/13/2022
6.0.2-mauipre.1.22102.15 2 06/13/2022
6.0.2-mauipre.1.22054.8 5 06/13/2022
6.0.0-rc.2.21480.5 2 06/13/2022
6.0.0-preview.6.21352.12 2 06/13/2022
6.0.0-preview.5.21301.5 2 05/30/2024
6.0.0-preview.3.21201.4 3 06/13/2022
5.0.0-preview.7.20364.11 2 05/30/2024
5.0.0-preview.6.20305.6 3 06/13/2022
5.0.0-preview.5.20278.1 3 05/30/2024
5.0.0-preview.4.20251.6 3 05/30/2024
4.7.0-preview1.19504.10 1 05/30/2024
4.6.0-preview8.19405.3 3 05/30/2024
4.6.0-preview7.19362.9 4 05/30/2024
4.6.0-preview6.19264.9 1 05/30/2024
4.6.0-preview4.19212.13 4 05/30/2024
4.6.0-preview3.19128.7 2 05/30/2024
4.6.0-preview.19073.11 5 06/13/2022