ExtensionReflectionRepository.GetExtensionContainer Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the cached ExtensionContainerInfo for the given container type.
protected virtual ExtensionContainerInfo GetExtensionContainer(Type containerType)Parameters
containerTypeType- The container type.
Returns
- ExtensionContainerInfo
- A ExtensionContainerInfo instance.
Exceptions
- ArgumentNullException
- Thrown if
containerTypeisnull. - ArgumentException
- Thrown if
containerTypeis not a top-level non-generic static class. - Thrown if
containerTypedoes not belong to the same assembly as the resolver.
