Table of Contents

Property OSVersionString

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

OSVersionString

Friendly helper to get full OS version string (including CSDVersion) that the dump was taken on.

public string OSVersionString { get; }

Property Value

string

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.