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

fullName string
The full name of the type to search for.

Returns

IType
The type metadata if found; otherwise, null.

Exceptions

ArgumentNullException
Thrown when fullName is null.