Extension Class
Autodesk.Connectivity.Extensibility.Framework›Autodesk.Connectivity.Extensibility.Framework
The non-generic base class for Extension types
Syntax
public abstract class Extension Public MustInherit Class Extension Properties
| Name | Description |
|---|---|
| DotNameRuntime | Gets the runtime this extension will work on. |
| EnvironmentFolders | Gets the load paths that are added to the PATH environment variable. |
| ExtensionAssembly | Gets the assembly that this Extension belongs to. |
| ExtensionInterface | Gets the Vault Extension interface that the Extension supports. |
| ExtensionTypeString | Gets the Type string of this Extension. |
| Location | Gets the location of this Extension's configuration file on disk. |
| ResolveFolders | Gets the additional load paths defined in the .vcet.config file. |
| Runtime | Gets the runtime this extension will work on. |
| Tag | Gets or sets the object that contains meta-data about the object. |
Returned By
Where you get a Extension — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.Extensibility.Framework.Extension
- Autodesk.Connectivity.Extensibility.Framework.Extension<T>