Creates an object from the specified class name.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Object? CreateObject(
string className
)
Parameters
- className String
- The fully qualified name of the type to instantiate.
Return Value
ObjectThe created instance, or
null if the type cannot be found.
See Also