Table of Contents

Method GetTypeFromSerializedData

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

GetTypeFromSerializedData(TypeInfo)

Resolves a runtime type by searching the currently loaded assemblies for the stored full type name.

public static Type GetTypeFromSerializedData(Serializer.TypeInfo typeInfo)

Parameters

typeInfo Serializer.TypeInfo

Serialized type descriptor.

Returns

Type

The matching runtime type, or null if no loaded assembly defines it.