Share via


IDebugRemoteServer2 Interface

Definition

public interface class IDebugRemoteServer2
[System.Runtime.InteropServices.Guid("3D3CE5C4-1508-4711-A5EB-F848F6E10072")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugRemoteServer2
[<System.Runtime.InteropServices.Guid("3D3CE5C4-1508-4711-A5EB-F848F6E10072")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugRemoteServer2 = interface
Public Interface IDebugRemoteServer2
Attributes

Methods

CloseRemoteResumeCookie(RESUME_COOKIE)
CloseRemoteWatchCookie(WATCH_COOKIE)
CreateRemoteInstance(String, UInt16, Guid, Guid, IntPtr)
DiagnoseRemoteWebDebuggingError(String)
EnumRemoteProcesses(ENUMERATED_PROCESS_ARRAY[])
GetRemoteComputerInfo(COMPUTER_INFO[])
GetRemoteProcessInfo(UInt32, UInt32, REMOTE_PROCESS_INFO[])
GetRemoteServerName(String)
LaunchRemoteProcess(PROCESS_LAUNCH_INFO, UInt32, RESUME_COOKIE[])
TerminateRemoteProcess(UInt32)
WatchForRemoteProcessDestroy(IDebugPortEvents2, IDebugProcess2, WATCH_COOKIE[])

Applies to