EcoLabDebugger Methods |
The EcoLabDebugger type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FlushFile |
Flush to file
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HandleGeneral |
Handle a general set of messages, created during prepare and finalization of simulation
| |
| Initialize |
Initialize debugger
| |
| IsDebugging |
Returns true if debug info is enabled.
(Inherited from EcoLabDebuggerBase.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PostCalculateGridPoint |
Method called after grid point has been processed
msgs can be null | |
| PostCalculateNode |
Method called after node has been processed
msgs can be null | |
| PostInitTimestep |
Handle post-init-timestep messages, called once for every ECO Lab instance for every time step
but only if there are messages to report.
| |
| PreCalculateGridPoint |
Method called before grid point is being processed
| |
| PreCalculateNode |
Method called before node is being processed
| |
| PreInitTimestep | ||
| ReadDebugLevel |
Read current debug level
(Inherited from EcoLabDebuggerBase.) | |
| StartDebugging |
Start creating debugging output from ECO Lab
(Overrides EcoLabDebuggerBaseStartDebugging.) | |
| StopDebugging |
Stop creating debugging output from ECO Lab
(Inherited from EcoLabDebuggerBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |