Table of Contents

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

typeName string

The existing Type name.

Returns

object

The instance of the created object or null if the Type is not found.