IDkmSerializedProcessInfoProvider.GetSystemInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get information about the computer where the recorded process ran.
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation GetSystemInformation (Microsoft.VisualStudio.Debugger.DefaultPort.DkmSerializedProcessInfo serializedProcessInfo);
abstract member GetSystemInformation : Microsoft.VisualStudio.Debugger.DefaultPort.DkmSerializedProcessInfo -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation
Public Function GetSystemInformation (serializedProcessInfo As DkmSerializedProcessInfo) As DkmSystemInformation
Parameters
- serializedProcessInfo
- DkmSerializedProcessInfo
[In] Basic information about a non-executable file that can be debugged.
Returns
[Out] Object describing the system where the recorded process ran.