Autodesk.AutoCAD.Runtime Namespace > DynamicLinker Class
DynamicLinker Class
Description

 

This .NET class wraps the AcRxDynamicLinker ObjectARX class. 

There is one and only one DynamicLinker class object and it is global to the ObjectARX system. Therefore, this is a non-instantiable class for ObjectARX applications. 

 

An object of this class provides the following services:

  • Gets the address of a service registered by name.
  • Loads and initializes a list of ObjectARX-type applications.
  • Loads and initializes a single ObjectARX-type module.
  • Registers a named service with the service registry.
  • Unloads an ObjectARX-type module.
  • Adds a notification reactor to the dynamic linker reactor chain.
  • Deletes a notification reactor from the dynamic linker reactor chain.

Class Hierarchy
Visual Basic
Public sealed Class DynamicLinker
Inherits RXObject
C#
public sealed class DynamicLinker : RXObject;
Links
   Comments?