Add |
public class AddInTreeImpl : IAddInTree
The AddInTreeImpl type exposes the following members.
Name | Description | |
---|---|---|
AddInTreeImpl | Initializes a new instance of the AddInTreeImpl class |
Name | Description | |
---|---|---|
AddIns | Gets the list of loaded AddIns. | |
ConditionEvaluators | Gets a dictionary of registered condition evaluators. | |
Doozers | Gets a dictionary of registered doozers. |
Name | Description | |
---|---|---|
BuildItem(String, Object) | Builds a single item in the addin tree. | |
BuildItem(String, Object, IEnumerableICondition) | ||
BuildItemsT | Builds the items in the path. Ensures that all items have the type T. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetTreeNode(String) | Gets the AddInTreeNode representing the specified path. An exception will be thrown if the node is not found. | |
GetTreeNode(String, Boolean) | Gets the AddInTreeNode representing the specified path. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
InsertAddIn | The specified AddIn is added to the AddIns collection. If the AddIn is enabled, its doozers, condition evaluators and extension paths are added to the AddInTree and its resources are added to the IResourceService. | |
Load | Loads a list of .addin files, ensuring that dependencies are satisfied. This method is normally called by RunInitialization. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
RemoveAddIn | The specified AddIn is removed to the AddIns collection. This is only possible for disabled AddIns, enabled AddIns require a restart of the application to be removed. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |