IDkmRecordedProcessInfoProvider.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::DkmRecordedProcessInfo ^ recordedProcessInfo);
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation GetSystemInformation (Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo recordedProcessInfo);
abstract member GetSystemInformation : Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation
Public Function GetSystemInformation (recordedProcessInfo As DkmRecordedProcessInfo) As DkmSystemInformation
Parameters
- recordedProcessInfo
- DkmRecordedProcessInfo
[In] Basic information about a non-executable file that can be debugged. This non-executable file can be a recording of a running process, e.g. a time travel debug trace file.
Returns
[Out] Object describing the system where the recorded process ran.