Property | Type | Description | |
---|---|---|---|
__stackFrames | |||
_alreadyEvaluated | int | ||
_engine | |||
_filename | string | ||
_id | string | ||
_line | uint | ||
_priority | string | ||
_state | string | ||
_targetID | string | ||
_threadDisplayName | string | ||
previousFrameInfoArray | FRAMEINFO[] |
Method | Description | |
---|---|---|
AD7Thread ( |
Constructor.
|
|
getFunctionName ( ) : string |
Gets the function name.
|
|
setCurrentLocation ( string filename, uint line ) : void |
Called by EventDipatcher to set the current location during break mode.
|
Method | Description | |
---|---|---|
GetLongPathName ( [ path, [ longPath, int longPathLength ) : int | ||
IDebugThread100 ( ) : int |
Returns whether this thread can be used to do function/property evaluation. Not implemented. (http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.debugger.interop.idebugthread100.candofunceval.aspx)
|
|
IDebugThread100 ( string &name ) : int |
Gets the name of a thread. (http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.debugger.interop.idebugthread100.getthreaddisplayname.aspx)
|
|
IDebugThread100 ( uint &flags ) : int |
Get flags. Not implemented. (http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.debugger.interop.idebugthread100.getflags.aspx)
|
|
IDebugThread100 ( uint dwFields, THREADPROPERTIES100 ptp ) : int |
Gets the properties that describe this thread. (http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.debugger.interop.idebugthread100.getthreadproperties100.aspx)
|
|
IDebugThread2 ( IDebugProgram2 &ppProgram ) : int |
Gets the program in which a thread is running. (http://msdn.microsoft.com/en-ca/library/bb147002.aspx)
|
|
IDebugThread2 ( IDebugStackFrame2 pStackFrame, IDebugCodeContext2 pCodeContext ) : int |
Determines whether the next statement can be set to the given stack frame and code context. Not implemented. (http://msdn.microsoft.com/en-ca/library/bb146582.aspx)
|
|
IDebugThread2 ( IDebugStackFrame2 pStackFrame, IDebugLogicalThread2 &ppLogicalThread ) : int |
Gets the logical thread associated with this physical thread. Not implemented. (http://msdn.microsoft.com/en-ca/library/bb161676.aspx)
|
|
IDebugThread2 ( enum_FRAMEINFO_FLAGS dwFieldSpec, uint nRadix, IEnumDebugFrameInfo2 &ppEnum ) : int |
Retrieves a list of the stack frames for this thread. (http://msdn.microsoft.com/en-ca/library/bb145138.aspx)
|
|
IDebugThread2 ( enum_THREADPROPERTY_FIELDS dwFields, THREADPROPERTIES ptp ) : int |
Gets the properties that describe this thread. (http://msdn.microsoft.com/en-ca/library/bb145602.aspx)
|
|
IDebugThread2 ( string &pbstrName ) : int |
Gets the name of a thread. (http://msdn.microsoft.com/en-ca/library/bb162273.aspx)
|
|
IDebugThread2 ( uint &pdwThreadId ) : int |
Gets the system thread identifier. (http://msdn.microsoft.com/en-ca/library/bb161964.aspx)
|
public AD7Thread ( |
||
aEngine | The AD7Engine object that represents the DE. | |
id | string | Thread's ID. |
targetID | string | Process' ID + Thread's ID. |
state | string | Thread's state. |
priority | string | Thread's priority. |
name | string | Thread's name. |
fullname | string | Full short path file name. |
line | string | Line number. |
return | System |
public setCurrentLocation ( string filename, uint line ) : void | ||
filename | string | Full short path file name. |
line | uint | Line number. |
return | void |
public ArrayList,System.Collections __stackFrames | ||
return |