System.Runtime.InteropServices.RegistrationServices.GetRegistrableTypesInAssembly Method

Retrieves a list of classes in an assembly that would be registered by a call to RegistrationServices.RegisterAssembly(System.Reflection.Assembly, AssemblyRegistrationFlags).

Syntax

public virtual Type[] GetRegistrableTypesInAssembly (System.Reflection.Assembly assembly)

Parameters

assembly
The assembly to search for classes.

Returns

A Type array containing a list of classes in assembly.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0