The Extension type exposes the following members.

Methods

  NameDescription
Dispose
Describe which resources (e.g. file or database handles) are released or reset.
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Hook
Returns the reference to an IApplication object.
State
Gets or sets the extension's state.

See Also