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