Property OSVersionString
OSVersionString
Friendly helper to get full OS version string (including CSDVersion) that the dump was taken on.
public string OSVersionString { get; }
Property Value
Remarks
This is really just to compensate that public OperatingSystem's ctor doesn't let us add the service pack string, so we need a special helper for that.