AssemblyAdapter.GetExportedTypes Method

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Retrieves the types exported by the assembly.
protected virtual IEnumerable<Type> GetExportedTypes()

Returns

IEnumerable<Type>
An enumerable collection of types exported by the assembly.