Note
On Linux the .NET Core build mistakenly returns the SystemError icon, which is an issue in the SystemIcons implementation of .NET Core.
public static Icon SystemInformation { get; }
Public Shared ReadOnly Property SystemInformation As Icon
Get
public:
static property Icon^ SystemInformation {
Icon^ get ();
}
static member SystemInformation : Icon with get
On Windows 11 at 100% DPI settings the icon contains the following images:
On Windows 8 and Windows 10 at 100% DPI settings the icon contains the following images:
On Windows Vista and Windows 7 at 100% DPI settings the icon contains the following images:
On Windows XP the icon contains the following images:
On Linux/Mono the icon contains the following images: