Method | Description | |
---|---|---|
Event ( IDebugEngine2 engine, IDebugProcess2 process, IDebugProgram2 program, IDebugThread2 thread, IDebugEvent2 debugEvent, System.Guid &riidEvent, uint attributes ) : int | ||
GetTargetFromProcess ( IDebugProcess2 debugProcess ) : |
||
OnModeChange ( DBGMODE mode ) : int | ||
ReAttach ( |
||
ReAttachDebugger ( IReAttachPackage package ) : System |
Method | Description | |
---|---|---|
GetProcessUsername ( int pid ) : string |
public Event ( IDebugEngine2 engine, IDebugProcess2 process, IDebugProgram2 program, IDebugThread2 thread, IDebugEvent2 debugEvent, System.Guid &riidEvent, uint attributes ) : int | ||
engine | IDebugEngine2 | |
process | IDebugProcess2 | |
program | IDebugProgram2 | |
thread | IDebugThread2 | |
debugEvent | IDebugEvent2 | |
riidEvent | System.Guid | |
attributes | uint | |
return | int |
public GetTargetFromProcess ( IDebugProcess2 debugProcess ) : |
||
debugProcess | IDebugProcess2 | |
return |
public ReAttach ( |
||
target | ||
return | bool |
public ReAttachDebugger ( IReAttachPackage package ) : System | ||
package | IReAttachPackage | |
return | System |