MetadataProvider.FindTypeByFullName Method
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Searches for type metadata by its full name across all loaded assemblies.
public static IType FindTypeByFullName(string fullName)Parameters
fullNamestring- The full name of the type to search for.
Returns
Exceptions
- ArgumentNullException
- Thrown when
fullNameisnull.
