Click or drag to resize

mxCodecRegistryGetInstanceForName Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates and returns a new instance for the given class name.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static Object GetInstanceForName(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
Name of the class to be instantiated.

Return Value

Type: Object
Returns a new instance of the given class.
See Also