Search notes:

RegAsm.exe

Microsoft .NET Assembly Registration Utility

Command line options

/unregister Unregister types
/tlb[:FileName] Export the assembly to the specified type library and register it
/regfile[:FileName] Generate a reg file with the specified name instead of registering the types. This option cannot be used with the /u or /tlb options
/codebase Set the code base in the registry
/registered Only refer to already registered type libraries
/asmpath:Directory Look for assembly references here
/nologo Prevents RegAsm from displaying logo
/silent Silent mode. Prevents displaying of success messages
/verbose Displays extra information
/? or /help Display this usage message

Index