Windows specific system and information helpers Helper class that provides Windows and .NET Version numbers.
MarkdownMonster.Utilities.mmWindowsUtils
public static class mmWindowsUtils : object
Class Members
Member | Description | |
---|---|---|
GetDotnetVersion |
Returns the .NET framework version installed on the machine as a string of 4.x.y version public static string GetDotnetVersion() |
|
GetWindowsVersion |
Returns a Windows Version string including build number public static string GetWindowsVersion() |
|
ShowFolderDialog |
Displays a folder dialog public static string ShowFolderDialog(string initialPath, string title) |
|
TryGetRegistryKey |
public static bool TryGetRegistryKey(string path, string key, ref object value, bool UseCurrentUser) |
|
IsServer |
Returns whether or not the current computer is a server or not. | |
WinBuildLabVersion |
Returns the Windows minor version number for this computer. | |
WinBuildVersion |
Returns the Windows minor version number for this computer. | |
WinMajorVersion |
Returns the Windows major version number for this computer. based on this: http://stackoverflow.com/questions/21737985/windows-version-in-c-sharp/37716269#37716269 | |
WinMinorVersion |
Returns the Windows minor version number for this computer. |
Requirements
Namespace: MarkdownMonster.UtilitiesAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic