IDkmRecordedProcessInfoProvider Interface
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.
Interface implemented by the base DM services to provide a recorded process information without debugging it.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: TransportKind.
This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).
public interface class IDkmRecordedProcessInfoProvider
public interface IDkmRecordedProcessInfoProvider
type IDkmRecordedProcessInfoProvider = interface
Public Interface IDkmRecordedProcessInfoProvider
Methods
GetClrVersions(DkmRecordedProcessInfo) |
Get all the version number for all the CLR instances loaded into the recorded process. |
GetModuleNames(DkmRecordedProcessInfo) |
Get the lists of modules that loaded in the recorded process. |
GetRecordedProcessInfo(DkmTransportConnection, String) |
Obtain information about a recorded file. |
GetSystemInformation(DkmRecordedProcessInfo) |
Get information about the computer where the recorded process ran. |