AssemblyAdapter Constructor
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the AssemblyAdapter class.
public AssemblyAdapter(Assembly assembly)Parameters
assemblyAssembly- The reflection information of the assembly to wrap.
Exceptions
- ArgumentNullException
- Thrown when
assemblyisnull.
