Share via


IRemoteDebugApplicationEvents Interface

Definition

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

Methods

OnBreakFlagChange(UInt32, IRemoteDebugApplicationThread)
onClose()
OnConnectDebugger(IApplicationDebugger)
OnCreateThread(IRemoteDebugApplicationThread)
onDebugOutput(String)
OnDestroyThread(IRemoteDebugApplicationThread)
OnDisconnectDebugger()
OnEnterBreakPoint(IRemoteDebugApplicationThread)
OnLeaveBreakPoint(IRemoteDebugApplicationThread)
OnSetName(String)

Applies to