IDkmIISResolver160 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 to provide URL->Worker process resolution for profiling scenarios.
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.VS16RTMPreview).
public interface class IDkmIISResolver160
public interface IDkmIISResolver160
type IDkmIISResolver160 = interface
Public Interface IDkmIISResolver160
Methods
ResolveAppPoolToProcesses(DkmTransportConnection, String, DkmRunningProcessInfoPropertyMask, String) |
Internal API to return the set of worker process process ids for a given app pool name. |
ResolveUrlToAppPool(DkmTransportConnection, String, String, DkmProcessorArchitecture, String) |
Internal API to determine the IIS App pool for a given URL. |