[This is preliminary documentation and is subject to change.]
Provides access to information about Windows GUI thread
Namespace: Tools.WindowsT.NativeTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class GuiThread |
| Visual Basic |
|---|
Public Class GuiThread |
| Visual C++ |
|---|
public ref class GuiThread |
| F# |
|---|
type GuiThread = class end |
| JScript |
|---|
public class GuiThread |
Remarks
This class provides dynamic information (whenever you call property getter actual infromation is obtained from the thread) rather than static snapshot of thread state in time when instance of class was constructed.
Inheritance Hierarchy
See Also
Version History
1.5.3
- This class is new in version 1.5.3