This wiki was migrated to wiki.csiberkeley.com in May 2010 and is no longer maintained. Click here to visit the new wiki.

Plugin

From CSI Wiki

Jump to: navigation, search

Contents

Writing Plugins

 Expand  (all)


Registering Plugins

 Undocumented  (all)

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 name[1], 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

References

  1. CLR Inside Out: Using Strong Name Signatures


 

Plugin e
Topic Overview  · Sample Plugin 1

See Also API
Related Categories Plugin
Personal tools