RegistrationServices.RegisterAssembly Method
Assembly: mscorlib (in mscorlib.dll)
public boolean RegisterAssembly ( Assembly assembly, AssemblyRegistrationFlags flags )
public function RegisterAssembly ( assembly : Assembly, flags : AssemblyRegistrationFlags ) : boolean
Parameters
- assembly
The assembly to be registered.
- flags
An AssemblyRegistrationFlags value indicating any special settings used when registering assembly.
Return Value
true if assembly contains types that were successfully registered; otherwise false if the assembly contains no eligible types.| Exception type | Condition |
|---|---|
| assembly is a null reference (Nothing in Visual Basic). | |
| The full name of assembly is a null reference (Nothing in Visual Basic). -or- A method marked with ComRegisterFunctionAttribute is not static. -or- There is more than one method marked with ComRegisterFunctionAttribute at a given level of the hierarchy. -or- The signature of the method marked with ComRegisterFunctionAttribute is not valid. | |
| A user-defined custom registration function (marked with the ComRegisterFunctionAttribute attribute) throws an exception. |
RegisterAssembly adds the appropriate registry entries for the types in the specified assembly. This method also calls any registration functions found in the assembly.
Use Assembly.Load to get an assembly.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.