Table of Contents

Class SaveHandler.TypeMigrationInfo

Namespace
TinyLife
Assembly
Tiny Life.dll

A class used to store information for TypeMigrations.

public class SaveHandler.TypeMigrationInfo
Inheritance
SaveHandler.TypeMigrationInfo
Inherited Members
Extension Methods

Fields

AssemblyName

The assembly name of the type being loaded.

public readonly string AssemblyName

Field Value

string

Context

The SerializerContext that the type is being loaded in.

public readonly SerializerContext Context

Field Value

SerializerContext

Type

The loaded type, which is null if it has not been found. This value can be set to a different type to change the type that is loaded.

public Type Type

Field Value

Type

TypeName

The name of the type being loaded.

public readonly string TypeName

Field Value

string