Click or drag to resize

RuntimeFindType Method

Finds a type by name in the loaded assembly.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Type? FindType(
	string className
)

Parameters

className  String
The fully qualified name of the type to locate.

Return Value

Type
The matching type, or null if it cannot be found.
See Also