IVsProfilerLaunchWebServerTargetInfo Interface

Definition

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.

public interface class IVsProfilerLaunchWebServerTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerLaunchTargetInfo
public interface class IVsProfilerLaunchWebServerTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerLaunchTargetInfo
__interface IVsProfilerLaunchWebServerTargetInfo : Microsoft::VisualStudio::Shell::Interop::IVsProfilerLaunchTargetInfo
[System.Runtime.InteropServices.Guid("0D9FAB5B-0B37-44D5-B6C2-A66EF7FE7F6C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfilerLaunchWebServerTargetInfo : Microsoft.VisualStudio.Shell.Interop.IVsProfilerLaunchTargetInfo
[<System.Runtime.InteropServices.Guid("0D9FAB5B-0B37-44D5-B6C2-A66EF7FE7F6C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfilerLaunchWebServerTargetInfo = interface
    interface IVsProfilerLaunchTargetInfo
[<System.Runtime.InteropServices.Guid("0D9FAB5B-0B37-44D5-B6C2-A66EF7FE7F6C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfilerLaunchWebServerTargetInfo = interface
    interface IVsProfilerLaunchTargetInfo
    interface IVsProfilerTargetInfo
Public Interface IVsProfilerLaunchWebServerTargetInfo
Implements IVsProfilerLaunchTargetInfo
Attributes
Implements

Properties

EnvironmentSettings
LaunchProfilerFlags
ProcessArchitecture
References
Url

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

Applies to