Interface IHostServices
A list of services passed from the host application to plug ins.
Namespace: Gorgon.Editor.PlugIns
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IHostServices
Properties
| Edit this page View SourceBusyService
Property to return the serivce used to show busy states.
Declaration
IBusyStateService BusyService { get; }
Property Value
Type | Description |
---|---|
IBusyStateService |
ClipboardService
Property to return the service used to send and retrieve data to and from the clipboard.
Declaration
IClipboardService ClipboardService { get; }
Property Value
Type | Description |
---|---|
IClipboardService |
Log
Property to return the log for debug messages.
Declaration
IGorgonLog Log { get; }
Property Value
Type | Description |
---|---|
IGorgonLog |
MessageDisplay
Property to return the service used to show message dialogs.
Declaration
IMessageDisplayService MessageDisplay { get; }
Property Value
Type | Description |
---|---|
IMessageDisplayService |