Click or drag to resize

AddInFindType Method

Finds the type with the specified class name in the add-in runtimes.

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 no matching type can be found.
See Also