Writing Plugins
Registering Plugins
Undocumented
To register a plugin (say plugin.dll) on your system, run the following command on the command prompt:
c:\windows\Microsoft.NET\Framework\v2.0.50727\regasm /codebase /tlb /verbose plugin.dll
where
- plugin.dll is the name of the plugin DLL file
Use the /codebase option if the Plug-In was created with a strong nameCLR Inside Out: Using Strong Name Signatures, otherwise this option can be omitted. If the /codebase option is used for a Plug-In that does not have a strong name, a warning message is generated. This warning message can be ignored and the Plug-In will still work.
Plugins from 3rd parties
- Sap Revit Ex for CSI Sap2000 by Cacto