NotifyIcon 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package NotifyIcon --version 1.0.4
NuGet\Install-Package NotifyIcon -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NotifyIcon" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NotifyIcon --version 1.0.4
#r "nuget: NotifyIcon, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NotifyIcon as a Cake Addin
#addin nuget:?package=NotifyIcon&version=1.0.4

// Install NotifyIcon as a Cake Tool
#tool nuget:?package=NotifyIcon&version=1.0.4

NotifyIcon

在通知区域创建图标的组件。

包引用方式(二选一)

  1. 运行时自动匹配平台实现 NuGet version (NotifyIcon)
    • Install-Package NotifyIcon
  2. 仅单个平台实现
    • Windows NuGet version (NotifyIcon.Windows)
      • Install-Package NotifyIcon.Windows
    • Linux NuGet version (NotifyIcon.Linux)
      • Install-Package NotifyIcon.Linux
    • macOS NuGet version (NotifyIcon.Mac)
      • Install-Package NotifyIcon.Mac

平台支持与目标框架

  • Windows
    • .NET Framework 3.5 ~ 4.8+
    • .NET Core 2.0+
    • .NET 5+
    • .NET Standard 2.0+
  • Linux
    • .NET Framework 4.6.1+ / Mono 5.4+
    • .NET Core 2.0+
    • .NET 5+
    • .NET Standard 2.0+
  • macOS
    • .NET Framework 4.6.1+ / Mono 5.4+
    • .NET Core 2.0+
    • .NET 5+
    • .NET Standard 2.0+

使用方式

  1. 直接使用
    • NotifyIcon notifyIcon = NotifyIcon.Create();
  2. 通过 Microsoft.Extensions.DependencyInjection 使用
    • 添加到依赖注入服务中
      • services.AddSingleton(typeof(NotifyIcon), NotifyIcon.ImplType);

添加右键菜单项

notifyIcon.ContextMenuStrip.Items.Add(new ContextMenuStrip.MenuItem() { Text = "Menu Text 01", Command = ReactiveCommand.Create(() =>
{
    // ...
})});

示例项目

Platform ProjectFileName
NotifyIcon for WPF Samples.WpfApp1.csproj
NotifyIcon for Console Samples.ConsoleApp1.csproj
NotifyIcon for Avalonia Samples.AvaloniaApp1.csproj
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-macos12.0 is compatible.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.23.10209.11223 547 2/9/2023
1.1.0 687 5/23/2022
1.0.5.1 1,425 12/13/2021
1.0.5 584 11/20/2021
1.0.4 285 11/19/2021
1.0.3 336 8/30/2021