Wiki Markup |
---|
{list-of-resources:label=plugin} h1. Writing Plugins |
...
Registering Plugins
Undocumented
To register a plugin (say plugin.dll) on your system, run the following command on the command prompt:
Code Block |
---|
{expand} h1. Registering Plugins {{Undocumented}} To register a plugin (say _plugin.dll_) on your system, run the following command on the [migration1d:command prompt]: {code} c:\windows\Microsoft.NET\Framework\v2.0.50727\regasm /codebase /tlb /verbose plugin.dll {code} where |
...
* _plugin.dll_ is the name of the plugin DLL file |
...
Use the /codebase option if the Plug-In was created with a strong name (see [CLR Inside Out: Using Strong Name Signatures|http://msdn.microsoft.com/en-us/magazine/cc163583.aspx] for details), 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. h1. |
...
Plugins from 3rd parties |
...
* [Sap Revit Ex for CSI Sap2000|http://www.cactomexico.com/en/products/catalog.php] by Cacto |