Return the Operating System information
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static string OperatingSystem { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property OperatingSystem As String Get |
Visual C++ |
---|
public: static property String^ OperatingSystem { String^ get (); } |