Share via


IDebugProcess2 Interface

Definition

public interface class IDebugProcess2
[System.Runtime.InteropServices.Guid("43286FEA-6997-4543-803E-60A20C473DE5")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugProcess2
[<System.Runtime.InteropServices.Guid("43286FEA-6997-4543-803E-60A20C473DE5")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugProcess2 = interface
Public Interface IDebugProcess2
Derived
Attributes

Methods

Attach(IDebugEventCallback2, Guid[], UInt32, Int32[])
CanDetach()
CauseBreak()
Detach()
EnumPrograms(IEnumDebugPrograms2)
EnumThreads(IEnumDebugThreads2)
GetAttachedSessionName(String)
GetInfo(enum_PROCESS_INFO_FIELDS, PROCESS_INFO[])
GetInfo(UInt32, PROCESS_INFO[])
GetName(enum_GETNAME_TYPE, String)
GetName(UInt32, String)
GetPhysicalProcessId(AD_PROCESS_ID[])
GetPort(IDebugPort2)
GetProcessId(Guid)
GetServer(IDebugCoreServer2)
Terminate()

Applies to