IVsProfilerLaunchWebServerTargetInfo 接口

定义

启动 Web 服务器。 此接口使用 URL 确定要重新启动或更新然后附加到的辅助进程 (w3wp.exe) 的实例。

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
Public Interface IVsProfilerLaunchWebServerTargetInfo
Implements IVsProfilerLaunchTargetInfo
属性
实现

属性

EnvironmentSettings
LaunchProfilerFlags
ProcessArchitecture
References
Url

获取将用于 Web 服务器的 URL。

适用于