ExtensionApplicationAttribute Class

Class Hierarchy

Autodesk.AutoCAD.Runtime.ExtensionApplicationAttribute

Visual Basic

Public sealed Class ExtensionApplicationAttribute
Inherits Attribute

C#

public sealed class ExtensionApplicationAttribute : Attribute;

Description

This class defines a custom attribute that marks an assembly as an ObjectDBX/AutoCAD extension. The type that this attribute represents must implement the IExtensionApplication interface. When the assembly is loaded, this attribute is used to create an instance of the application's entry point type.

Links

ExtensionApplicationAttribute Properties