Related AutoCAD Commands and Terminology (.NET)

Commands

NETLOAD

Loads a .NET assembly into AutoCAD.

The Choose .NET Assembly dialog box, a standard file selection dialog box, is displayed.

When FILEDIA is set to 0 (zero), NETLOAD displays the following command prompt:

Assembly file name: Enter a file name and press Enter.

Terminology

Assembly

A compiled project which has the DLL file extension.

VB.NET Project

A project file created with Microsoft Visual Studio that has the VBPROJ file extension.

C# Project

A project file created with Microsoft Visual Studio that has the CSPROJ file extension.

Code Editor Window

Window used to edit the code stored in a class module or form.

Solution

File used to manage one or more project files loaded into Microsoft Visual Studio.

Reference

A link to an API library file that is used by a project. A project file can also be referenced to another project.