Share via


IRemoteDebugApplication Interface

Definition

public interface class IRemoteDebugApplication
[System.Runtime.InteropServices.Guid("51973C30-CB0C-11D0-B5C9-00A0244A0E7A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IRemoteDebugApplication
[<System.Runtime.InteropServices.Guid("51973C30-CB0C-11D0-B5C9-00A0244A0E7A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IRemoteDebugApplication = interface
Public Interface IRemoteDebugApplication
Derived
Attributes

Methods

CauseBreak()
ConnectDebugger(IApplicationDebugger)
CreateInstanceAtApplication(Guid, Object, UInt32, Guid, Object)
DisconnectDebugger()
EnumGlobalExpressionContexts(IEnumDebugExpressionContexts)
EnumThreads(IEnumRemoteDebugApplicationThreads)
GetDebugger(IApplicationDebugger)
GetName(String)
GetRootNode(IDebugApplicationNode)
QueryAlive()
ResumeFromBreakPoint(IRemoteDebugApplicationThread, BREAKRESUMEACTION, ERRORRESUMEACTION)

Applies to