TinyLifeWeb/docs/api/TinyLife.SaveHandler.TypeMigrationInfo.yml
2024-10-17 17:28:12 +02:00

502 lines
16 KiB
YAML
Generated

### YamlMime:ManagedReference
items:
- uid: TinyLife.SaveHandler.TypeMigrationInfo
commentId: T:TinyLife.SaveHandler.TypeMigrationInfo
id: SaveHandler.TypeMigrationInfo
parent: TinyLife
children:
- TinyLife.SaveHandler.TypeMigrationInfo.AssemblyName
- TinyLife.SaveHandler.TypeMigrationInfo.Context
- TinyLife.SaveHandler.TypeMigrationInfo.Type
- TinyLife.SaveHandler.TypeMigrationInfo.TypeName
langs:
- csharp
- vb
name: SaveHandler.TypeMigrationInfo
nameWithType: SaveHandler.TypeMigrationInfo
fullName: TinyLife.SaveHandler.TypeMigrationInfo
type: Class
assemblies:
- Tiny Life
namespace: TinyLife
summary: A class used to store information for <xref href="TinyLife.SaveHandler.TypeMigrations" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public class SaveHandler.TypeMigrationInfo
content.vb: Public Class SaveHandler.TypeMigrationInfo
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.SaveHandler.TypeMigrationInfo.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.SaveHandler.TypeMigrationInfo.Context
commentId: F:TinyLife.SaveHandler.TypeMigrationInfo.Context
id: Context
parent: TinyLife.SaveHandler.TypeMigrationInfo
langs:
- csharp
- vb
name: Context
nameWithType: SaveHandler.TypeMigrationInfo.Context
fullName: TinyLife.SaveHandler.TypeMigrationInfo.Context
type: Field
assemblies:
- Tiny Life
namespace: TinyLife
summary: The <xref href="TinyLife.SerializerContext" data-throw-if-not-resolved="false"></xref> that the type is being loaded in.
example: []
syntax:
content: public readonly SerializerContext Context
return:
type: TinyLife.SerializerContext
content.vb: Public ReadOnly Context As SerializerContext
- uid: TinyLife.SaveHandler.TypeMigrationInfo.AssemblyName
commentId: F:TinyLife.SaveHandler.TypeMigrationInfo.AssemblyName
id: AssemblyName
parent: TinyLife.SaveHandler.TypeMigrationInfo
langs:
- csharp
- vb
name: AssemblyName
nameWithType: SaveHandler.TypeMigrationInfo.AssemblyName
fullName: TinyLife.SaveHandler.TypeMigrationInfo.AssemblyName
type: Field
assemblies:
- Tiny Life
namespace: TinyLife
summary: The assembly name of the type being loaded.
example: []
syntax:
content: public readonly string AssemblyName
return:
type: System.String
content.vb: Public ReadOnly AssemblyName As String
- uid: TinyLife.SaveHandler.TypeMigrationInfo.TypeName
commentId: F:TinyLife.SaveHandler.TypeMigrationInfo.TypeName
id: TypeName
parent: TinyLife.SaveHandler.TypeMigrationInfo
langs:
- csharp
- vb
name: TypeName
nameWithType: SaveHandler.TypeMigrationInfo.TypeName
fullName: TinyLife.SaveHandler.TypeMigrationInfo.TypeName
type: Field
assemblies:
- Tiny Life
namespace: TinyLife
summary: The name of the type being loaded.
example: []
syntax:
content: public readonly string TypeName
return:
type: System.String
content.vb: Public ReadOnly TypeName As String
- uid: TinyLife.SaveHandler.TypeMigrationInfo.Type
commentId: F:TinyLife.SaveHandler.TypeMigrationInfo.Type
id: Type
parent: TinyLife.SaveHandler.TypeMigrationInfo
langs:
- csharp
- vb
name: Type
nameWithType: SaveHandler.TypeMigrationInfo.Type
fullName: TinyLife.SaveHandler.TypeMigrationInfo.Type
type: Field
assemblies:
- Tiny Life
namespace: TinyLife
summary: >-
The loaded type, which is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if it has not been found.
This value can be set to a different type to change the type that is loaded.
example: []
syntax:
content: public Type Type
return:
type: System.Type
content.vb: Public Type As Type
references:
- uid: TinyLife.SaveHandler.TypeMigrations
commentId: F:TinyLife.SaveHandler.TypeMigrations
href: TinyLife.SaveHandler.html#TinyLife_SaveHandler_TypeMigrations
name: TypeMigrations
nameWithType: SaveHandler.TypeMigrations
fullName: TinyLife.SaveHandler.TypeMigrations
- uid: TinyLife
commentId: N:TinyLife
href: TinyLife.html
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.SaveHandler.TypeMigrationInfo.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
name: JsonCopy<TypeMigrationInfo>(TypeMigrationInfo)
nameWithType: Extensions.JsonCopy<SaveHandler.TypeMigrationInfo>(SaveHandler.TypeMigrationInfo)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.SaveHandler.TypeMigrationInfo>(TinyLife.SaveHandler.TypeMigrationInfo)
nameWithType.vb: Extensions.JsonCopy(Of SaveHandler.TypeMigrationInfo)(SaveHandler.TypeMigrationInfo)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.SaveHandler.TypeMigrationInfo)(TinyLife.SaveHandler.TypeMigrationInfo)
name.vb: JsonCopy(Of TypeMigrationInfo)(TypeMigrationInfo)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.SaveHandler.TypeMigrationInfo)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: <
- uid: TinyLife.SaveHandler.TypeMigrationInfo
name: TypeMigrationInfo
href: TinyLife.SaveHandler.TypeMigrationInfo.html
- name: '>'
- name: (
- uid: TinyLife.SaveHandler.TypeMigrationInfo
name: TypeMigrationInfo
href: TinyLife.SaveHandler.TypeMigrationInfo.html
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.SaveHandler.TypeMigrationInfo)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: (
- name: Of
- name: " "
- uid: TinyLife.SaveHandler.TypeMigrationInfo
name: TypeMigrationInfo
href: TinyLife.SaveHandler.TypeMigrationInfo.html
- name: )
- name: (
- uid: TinyLife.SaveHandler.TypeMigrationInfo
name: TypeMigrationInfo
href: TinyLife.SaveHandler.TypeMigrationInfo.html
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
href: TinyLife.Utilities.Extensions.html
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
href: TinyLife.html
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Utilities
name: Utilities
href: TinyLife.Utilities.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Utilities
name: Utilities
href: TinyLife.Utilities.html
- uid: TinyLife.SerializerContext
commentId: T:TinyLife.SerializerContext
parent: TinyLife
href: TinyLife.SerializerContext.html
name: SerializerContext
nameWithType: SerializerContext
fullName: TinyLife.SerializerContext
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: System.Type
commentId: T:System.Type
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
name: Type
nameWithType: Type
fullName: System.Type