Add |
public sealed class AddIn
The AddIn type exposes the following members.
| Name | Description | |
|---|---|---|
| Action | Action to execute when the application is restarted. | |
| AddInTree | Gets the parent AddIn-Tree that contains this AddIn. | |
| BitmapResources | Gets or sets the bitmap resource file names. | |
| CustomErrorMessage | Gets the message of a custom load error. Used only when AddInAction is set to CustomError. Settings this property to a non-null value causes Enabled to be set to false and Action to be set to AddInAction.CustomError. | |
| Enabled | Gets or sets a value indicating whether the add-in is enabled. | |
| FileName | Gets or sets the add-in file name. | |
| IsPreinstalled | Gets whether the AddIn is a preinstalled component of the host application. | |
| Manifest | Gets the add-in manifest. | |
| Name | Gets the add-in name. | |
| Paths | Gets the extension paths declared by the add-in. | |
| Properties | Gets the add-in properties. | |
| Runtimes | Gets the runtime definitions of the add-in. | |
| StringResources | Gets or sets the string resource file names. | |
| Version | Gets the primary add-in version. |
| 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) |