The Extension type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Describe which resources (e.g. file or database handles) are released or reset.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object..::.Finalize()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnGetState |
Called when opening the Extension dialog, and when toggling the extension state in the Extension dialog.
| |
| OnLoad |
Called when opening a document with persisted stream.
| |
| OnSave |
Called when saving the document.
| |
| OnSetState |
Called when the extension is being loaded by the framework, and when toggling the extension state in the Extension dialog.
| |
| OnShutdown |
Called when the extension is unloaded.
| |
| OnStartup |
Called when the extension is loaded.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Hook |
Returns the reference to an IApplication object.
| |
| State |
Gets or sets the extension's state.
|