Windows Class

Works with informations of Windows System.
public class Windows
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method Static GetComputerName() Gets the name of PC.
Public method Static GetCurrentUsername() Gets the current user (name).
Public method GetHashCode Serves as a hash function for a particular type. (inherited from Object).
Public method Static GetLocalTime() Gets locals the time.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method Static GetWindowsAccentColor() Gets the Windows accent color.
Public method Static GetWindowsCurrentBuildNumberFromRegistry() Gets the Windows current build number from the Windows Registry.
Public method Static GetWindowsDisplayVersionFromRegistry() Gets the Windows displayed version from the Windows Registry.
Public method Static GetWindowsEditionIDFromRegistry() Gets the Windows edition from the Windows Registry.
Public method Static GetWindowsProductKeyFromRegistry() Gets the Windows product key from the Windows Registry.
Public method Static GetWindowsProductKeyFromUefi() Gets the Windows product key from the UEFI.
Public method Static GetWindowsProductNameFromRegistry() Gets the Windows product name from the Windows Registry.
Public method Static GetWindowsReleaseIdFromRegistry() Gets the windows release ID from the Windows Registry.
Public method Static GetWindowsSerialKey() Gets Windows the serial key.
Public method Static GetWindowsStartupFolderPath() Gets the Windows startup folder path.
Public method Static GetWindowsVersion() Gets the Windows version.
Public method Static GetWindowsVersionFromRegistry() Gets the Windows version from the Windows Registry.
Public method Static Is64bit() Windows is x64 (64-bit).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Public method Static WindowsUseLightThemeForApps() Windows use light theme for apps from the Windows Registry, for Windows 10+.
Public method Static WindowsUseLightThemeInSystem() Windows use light theme in system from the Windows Registry, for Windows 10+.
Top
VitNX3.Functions.Information.Windows

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

.NET Core

Supported in: 5.0+, 6.0+

In this article

Definition