[This is preliminary documentation and is subject to change.]
| C# | Visual Basic | Visual C++ |
public class HliForm : IThreadUserInterface
Public Class HliForm _ Implements IThreadUserInterface
public ref class HliForm : IThreadUserInterface
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| HliForm()()() |
Default constructor.
| |
| Attach(Thread) |
Attach to a Thread.
By doing so, this object may react to information, warning and error output events
from the Thread.
Threads may not be already started when attaching.
| |
| AutoExit |
Indicates if the encapsulated .Net Form must automatically be closed when the total
number of running and stopping Threads becomes 0.
| |
| ClearActivityLogging()()() |
Clears all activity logging that is present in the encapsulated .Net Form.
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetSingleton()()() |
When outside this class, there is a need to use one HliForm instance in different places,
this method may provide this single instance.
| |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ResetSingleton()()() |
Reset the singleton, i.e. when the GetSingleton method is called afterwards, a new
HliForm object will be returned.
| |
| SetNumberOfLinesActivityLogging(UInt32, UInt32) |
Determines how much logging in the activity logging may be present.
| |
| Text | ||
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| WaitUntilClosed()()() |
Waits until the encapsulated .Net Form is closed.
|
| Object | ||
| HliForm | ||
| Form | ||