Click or drag to resize

IExtension Methods

Version 94.4.20

The IExtension type exposes the following members.

Methods
  NameDescription
Public methodIsSame
Returns true if this object is the same extension as that object. Extensions are considered the same if identifier, path and loader context match.
Public methodUnload
Unload this extension if it is not an internal extension and is currently loaded. Will result in a call to IExtensionHandler.OnExtensionUnloaded on success.
Top
See Also