ExtensionAssembly Class
Autodesk.Connectivity.Extensibility.Framework›Autodesk.Connectivity.Extensibility.Framework
An assembly which contains Vault Extensions.
Syntax
public sealed class ExtensionAssembly Public NotInheritable Class ExtensionAssembly Properties
| Name | Description |
|---|---|
| ApiVersion | Gets the API Version attribute for the assembly. |
| Company | Gets the AssemblyCompany attribute for the assembly. |
| Description | Gets the AssemblyDescription attribute for the assembly. |
| ExtensionId | Gets the ExtensionId attribute for the assembly. |
| Extensions | The Vault extensions contained within the assembly. |
| Folder | Gets the folder path to the extension. |
| LoadFailureEx | If load failed, this is the exception |
| LoadStatus | Gets a value indicating if the Assembly has been loaded or not. |
| LoadTimeSpan | Time taken to load the assembly |
| ProductName | Gets the AssemblyProduct attribute for the assembly. |
| RegistrationCfgFile | File name of the registration config file |
| RequireAssemblyAttributes | After successful load, should required assembly attributes be checked for |
Returned By
Where you get a ExtensionAssembly — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.Extensibility.Framework.ExtensionAssembly