The Current type exposes the following members.
Properties | Name | Description |
---|
| AddInTree | |
| AnalyticsMonitor | |
| ApplicationInstanceGuid |
Gets a Guid that uniquely identifies the current application instance.
Needed for drag/drop operations to decide if a drag source is coming from the own instance or another one.
|
| ComManager | |
| Console |
Returns the console window, which can be used by your scripts for textual output.
|
| DataDisplay |
Returns the data display window, which is used to show the data obtained from the data reader tool.
|
| Dispatcher |
Used to invoke calls in the context of the Gui thread.
|
| FallbackServiceProvider | |
| FitFunctionService |
Returns the fit function service, which is used to obtain the file based user defined fit functions.
|
| Gui | |
| GuiTimer | |
| HighResolutionClock |
Gets a high resolution clock that delivers relative values (TimeSpan values relative to the start of the clock). Those values are guaranteed to be continuously incresing, even
if the computer's clock time is changed backwards.
|
| InfoTextMessageService | |
| IProject |
Gets the current project.
|
| IProjectService |
Returns the project service, which provides methods to add worksheet and graphs, or open and close the document.
|
| IsInDesignMode |
Gets or sets a value indicating whether the app is in design mode.
|
| Log | |
| MessageService |
Gets the message service. The message service usually requires action from the user (showing a message box,
the user has to click OK to close the message box). If a message should be showed without requiring
user interaction, it is better to use InfoTextMessageService.
|
| PrintingService |
Returns the printing service, which provides methods for page setup and printing.
|
| Project |
Gets the current open project. If the application is in a transition state between two projects, a InvalidOperationException is thrown.
|
| ProjectOrNull |
Gets the current open project. If the application is in a transition state between two projects,
null is returned.
|
| ProjectService | |
| PropertyService |
Returns the property service, which is used to obtain application settings.
|
| ResourceService | |
| Services |
Gets the main service container.
|
| StatusBar | |
| TimerQueue |
Gets an application wide timer queue to add actions to be scheduled.
|
| Workbench |
Gets the main workbench.
|
TopSee Also