Method CreateInstance
- Namespace
- VectorDraw.Serialize
- Assembly
- VectorDraw.Serialize.dll
CreateInstance(string)
Creates an instance of an object from an existing given Type name.
public virtual object CreateInstance(string typeName)
Parameters
typeNamestringThe existing Type name.
Returns
- object
The instance of the created object or null if the Type is not found.