Finds a type by name in the loaded assembly.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Type? FindType(
string className
)
Parameters
- className String
- The fully qualified name of the type to locate.
Return Value
TypeThe matching type, or
null if it cannot be found.
See Also