Autodesk Vault ProfessionalVault API

ExtensionAssembly Class

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

An assembly which contains Vault Extensions.

Syntax

public sealed class ExtensionAssembly 
Public NotInheritable Class ExtensionAssembly 

Properties

NameDescription
ApiVersionGets the API Version attribute for the assembly.
CompanyGets the AssemblyCompany attribute for the assembly.
DescriptionGets the AssemblyDescription attribute for the assembly.
ExtensionIdGets the ExtensionId attribute for the assembly.
ExtensionsThe Vault extensions contained within the assembly.
FolderGets the folder path to the extension.
LoadFailureExIf load failed, this is the exception
LoadStatusGets a value indicating if the Assembly has been loaded or not.
LoadTimeSpanTime taken to load the assembly
ProductNameGets the AssemblyProduct attribute for the assembly.
RegistrationCfgFileFile name of the registration config file
RequireAssemblyAttributesAfter 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

See Also