Click or drag to resize

mxCodecRegistryGetTypeForName Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a class that corresponds to the given name.

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

Parameters

name
Type: SystemString

Return Value

Type: Type
See Also