Library Class
Autodesk.DataManagement.Client.Framework›Autodesk.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
| Name | Description |
|---|---|
| ApplicationName | Gets or sets the application name that will be displayed in captions for various dialogs |
| ApplicationVersion | Gets or sets the application version |
| ExceptionParser | Gets a service used to inspect an exception object and return information about it. |
| ExceptionParserRegistration | Gets a service which associates a custom exception parser with a particular type of exception. |
| LoggingProvider | Gets or sets the Autodesk.DataManagement.Client.Framework.Interfaces.ILoggingProvider interface that the Framework will use for logging. |
| MainThreadDispatcher | Gets 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. |
| MainThreadDispatcherInvokeRequired | Gets 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. |
| Properties | Gets a Properties dictionary that can be used by applications to store global state. |
| DesignMode | Gets a value indicating is currently in design mode. |
Methods
| Name | Description |
|---|---|
| Initialize | Initializes the services in this assembly. This should be called on application startup. |
| SetCulture | Sets the culture that this assembly will use when returning resources. |
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Library