[To be supplied.]
[Visual Basic] Public Shared Function UnregisterAssembly( _ ByVal asm As Assembly _ ) As Boolean [C#] public static bool UnregisterAssembly( Assembly asm ); [C++] public: static bool UnregisterAssembly( Assembly* asm ); [JScript] public static function UnregisterAssembly( asm : Assembly ) : Boolean;
RegistrationServices Class | RegistrationServices Members | System.Runtime.InteropServices Namespace