Autodesk Vault ProfessionalVault API

ExplorerLoader Class

Autodesk.Connectivity.Explorer.ExtensibilityToolsAutodesk.Connectivity.Explorer.ExtensibilityTools

Performs a partial load of Vault Explorer and returns an interface for making calls into it.

Syntax

public sealed class ExplorerLoader 
Public NotInheritable Class ExplorerLoader 

Constructors

NameDescription
ExplorerLoaderThe constructor.

Methods

NameDescription
GetExePathFinds the installed path to the Vault Explorer EXE.
GetExplorerUtilGets an interface for making calls into Vault Explorer
LoadExplorerUtilLoads an interface for making calls into Vault Explorer. Loads an interface for making calls into Vault Explorer.
LoadExplorerUtil(String,String,Int64,String)Loads an interface for making calls into Vault Explorer.
LoadExplorerUtil(Product,String,String,Int64,String,String,String)Loads an interface for making calls into Vault Explorer.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader

See Also