Add |
The AddIn type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateObject | Creates an object from the specified class name. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| FindType | Finds the type with the specified class name in the add-in runtimes. | |
| GetExtensionPath | Gets the extension path with the specified name. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetManifestResourceStream | Gets a manifest resource stream from the add-in assemblies. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Load(IAddInTree, String, XmlNameTable) | Loads an add-in from the specified file. | |
| Load(IAddInTree, TextReader, String, XmlNameTable) | Loads an add-in from a text reader. | |
| LoadRuntimeAssemblies | Loads all active runtime assemblies of the add-in. | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |