Extension |
public class ExtensionPath
The ExtensionPath type exposes the following members.
| Name | Description | |
|---|---|---|
| ExtensionPath | Initializes a new instance of the ExtensionPath class. |
| Name | Description | |
|---|---|---|
| AddIn | Gets the owning add-in. | |
| Codons | Gets all codons in the extension path. | |
| GroupedCodons | Gets the codons separated by the groups they were created in. i.e. if two addins add the codons to the same path they will be in diffrent group. if the same addin adds the codon in diffrent path elements they will be in diffrent groups. | |
| Name | Gets the extension path name. |
| Name | Description | |
|---|---|---|
| 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) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SetUp | Reads the extension path contents from XML. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |