Share

ExtensionLoader.DeferredAssemblyLoad Event

Description

Listens to the background thread for assemblies to be loaded, and then when it is safe, the assemblies are loaded.

Visual Basic

Public static Event DeferredAssemblyLoad As DeferredAssemblyLoadEventHandler

C#

public static event DeferredAssemblyLoadEventHandler DeferredAssemblyLoad;

Conditions

Read / Write

Links

ExtensionLoader Class, Autodesk.AutoCAD.Runtime Namespace

Was this information helpful?