C# Class CsDebugScript.CLR.ClrThread

CLR code Thread. This is valid only if there is CLR loaded into debugging process.
Inheritance: Thread
Mostra file Open project: southpolenator/WinDbgCs Class Usage Examples

Public Methods

Method Description
EnumerateStackObjects ( ) : IEnumerable

Enumerates the GC references (objects) on the stack.

Private Methods

Method Description
ClrThread ( Thread thread, Microsoft clrThread, Process process ) : System.Collections.Generic

Initializes a new instance of the ClrThread class.

Method Details

EnumerateStackObjects() public method

Enumerates the GC references (objects) on the stack.
public EnumerateStackObjects ( ) : IEnumerable
return IEnumerable