Autodesk Vault ProfessionalVault API

Extension Class

Autodesk.Connectivity.Extensibility.FrameworkAutodesk.Connectivity.Extensibility.Framework

The non-generic base class for Extension types

Syntax

public abstract class Extension 
Public MustInherit Class Extension 

Properties

NameDescription
DotNameRuntimeGets the runtime this extension will work on.
EnvironmentFoldersGets the load paths that are added to the PATH environment variable.
ExtensionAssemblyGets the assembly that this Extension belongs to.
ExtensionInterfaceGets the Vault Extension interface that the Extension supports.
ExtensionTypeStringGets the Type string of this Extension.
LocationGets the location of this Extension's configuration file on disk.
ResolveFoldersGets the additional load paths defined in the .vcet.config file.
RuntimeGets the runtime this extension will work on.
TagGets 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>

See Also