IVsProfilerLaunchWebServerTargetInfo Interface

 

Launches a Web server. This interface uses the URL to determine which instance of the worker process (w3wp) to restart or update and then attach to.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0D9FAB5B-0B37-44D5-B6C2-A66EF7FE7F6C")]
public interface IVsProfilerLaunchWebServerTargetInfo : IVsProfilerLaunchTargetInfo

NameDescription
System_CAPS_pubpropertyEnvironmentSettings

System_CAPS_pubpropertyLaunchProfilerFlags

System_CAPS_pubpropertyProcessArchitecture

System_CAPS_pubpropertyReferences

System_CAPS_pubpropertyUrl

Gets the URL that will be used in the Web server.

Return to top
Show: