To call methods in .NET assemblies in your .NET
application, you need to import the assemblies into the target.
- Right-click the target in the System Tree
and select .NET Assemblies.
- To import a private .NET Assembly:
- Click Browse
- Browse to select a private assembly with the .dll,
.tlb, .olb, .ocx,
or .exe extension and click Open.
To import multiple assemblies, you must select and import
them one at a time.
- To import a shared .NET Assembly:
- Click Add to open the Import .NET Assembly
dialog box.
- Select a shared assembly from the list and click
OK.
To import multiple assemblies, you must select and import
them one at a time. You can use the Import .NET Assembly dialog
box to import recently used assemblies.