C# Class PowerStudio.DebugEngine.Events.ThreadDestroyEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a thread has exited.
Inheritance: AsynchronousEvent, IDebugThreadDestroyEvent2
显示文件 Open project: IntelliTect/PowerStudio Class Usage Examples

Public Methods

Method Description
GetExitCode ( uint &exitCode ) : int

Gets the exit code for a thread.

ThreadDestroyEvent ( uint exitCode ) : Microsoft.VisualStudio

Method Details

GetExitCode() public method

Gets the exit code for a thread.
public GetExitCode ( uint &exitCode ) : int
exitCode uint Returns the thread's exit code.
return int

ThreadDestroyEvent() public method

public ThreadDestroyEvent ( uint exitCode ) : Microsoft.VisualStudio
exitCode uint
return Microsoft.VisualStudio