Click or drag to resize

AddIn Methods

The AddIn type exposes the following members.

Methods
 NameDescription
Public methodCreateObject Creates an object from the specified class name.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFindType Finds the type with the specified class name in the add-in runtimes.
Public methodGetExtensionPath Gets the extension path with the specified name.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetManifestResourceStream Gets a manifest resource stream from the add-in assemblies.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberLoad(IAddInTree, String, XmlNameTable) Loads an add-in from the specified file.
Public methodStatic memberLoad(IAddInTree, TextReader, String, XmlNameTable) Loads an add-in from a text reader.
Public methodLoadRuntimeAssemblies Loads all active runtime assemblies of the add-in.
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also