Click or drag to resize

AddInCreateObject Method

Creates an object from the specified class name.

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

Parameters

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

Return Value

Object
The created instance, or null if the type cannot be found.
See Also