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)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("0D9FAB5B-0B37-44D5-B6C2-A66EF7FE7F6C")> _
Public Interface IVsProfilerLaunchWebServerTargetInfo _
    Inherits IVsProfilerLaunchTargetInfo
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0D9FAB5B-0B37-44D5-B6C2-A66EF7FE7F6C")]
public interface IVsProfilerLaunchWebServerTargetInfo : IVsProfilerLaunchTargetInfo
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"0D9FAB5B-0B37-44D5-B6C2-A66EF7FE7F6C")]
public interface class IVsProfilerLaunchWebServerTargetInfo : IVsProfilerLaunchTargetInfo
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("0D9FAB5B-0B37-44D5-B6C2-A66EF7FE7F6C")>]
type IVsProfilerLaunchWebServerTargetInfo =  
    interface 
        interface IVsProfilerLaunchTargetInfo 
    end
public interface IVsProfilerLaunchWebServerTargetInfo extends IVsProfilerLaunchTargetInfo

The IVsProfilerLaunchWebServerTargetInfo type exposes the following members.

Properties

  Name Description
Public property EnvironmentSettings
Public property LaunchProfilerFlags
Public property ProcessArchitecture
Public property References
Public property Url Gets the URL that will be used in the Web server.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace