Part of .NET
Loads the target .NET DLL file and executes the RegisterClass function.
regasm.exe {PATH:.dll}
Loads the target .DLL file and executes the UnRegisterClass function.
regasm.exe /U {PATH:.dll}