Autodesk Vault ProfessionalVault API

Library Class

Autodesk.DataManagement.Client.FrameworkAutodesk.DataManagement.Client.Framework

Provides a gateway to all features and services in Autodesk.DataManagement.Client.Framework assembly.

Syntax

public static class Library 
Public MustInherit NotInheritable Class Library 

Properties

NameDescription
ApplicationNameGets or sets the application name that will be displayed in captions for various dialogs
ApplicationVersionGets or sets the application version
ExceptionParserGets a service used to inspect an exception object and return information about it.
ExceptionParserRegistrationGets a service which associates a custom exception parser with a particular type of exception.
LoggingProviderGets or sets the Autodesk.DataManagement.Client.Framework.Interfaces.ILoggingProvider interface that the Framework will use for logging.
MainThreadDispatcherGets or sets the main application thread. Some properties retrieval (ie. File System Icon) and other operations can only be performed properly on the main application thread.
MainThreadDispatcherInvokeRequiredGets whether an Invoke is required in order to execute on the thread the MainThreadDispatcher is associated with. Returns true when the current thread is different than the MainThreadDispatcher's thread. Returns false when the MainThreadDispatcher is null or the current thread is the same as the MainThreadDispatcher's thread.
PropertiesGets a Properties dictionary that can be used by applications to store global state.
DesignModeGets a value indicating is currently in design mode.

Methods

NameDescription
InitializeInitializes the services in this assembly. This should be called on application startup.
SetCultureSets the culture that this assembly will use when returning resources.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Library

See Also