mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-14 10:09:09 +01:00
761 lines
30 KiB
YAML
761 lines
30 KiB
YAML
|
### YamlMime:ManagedReference
|
||
|
items:
|
||
|
- uid: MLEM.Data.Content.ContentExtensions
|
||
|
commentId: T:MLEM.Data.Content.ContentExtensions
|
||
|
id: ContentExtensions
|
||
|
parent: MLEM.Data.Content
|
||
|
children:
|
||
|
- MLEM.Data.Content.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter)
|
||
|
- MLEM.Data.Content.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||
|
- MLEM.Data.Content.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String[],Newtonsoft.Json.JsonSerializer)
|
||
|
- MLEM.Data.Content.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ContentExtensions
|
||
|
nameWithType: ContentExtensions
|
||
|
fullName: MLEM.Data.Content.ContentExtensions
|
||
|
type: Class
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Data/Content/ContentExtensions.cs
|
||
|
branch: main
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ContentExtensions
|
||
|
path: ../MLEM.Data/Content/ContentExtensions.cs
|
||
|
startLine: 11
|
||
|
assemblies:
|
||
|
- MLEM.Data
|
||
|
namespace: MLEM.Data.Content
|
||
|
summary: A set of extensions for dealing with <xref href="Microsoft.Xna.Framework.Content.ContentManager" data-throw-if-not-resolved="false"></xref>
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: public static class ContentExtensions
|
||
|
content.vb: Public Module ContentExtensions
|
||
|
inheritance:
|
||
|
- System.Object
|
||
|
inheritedMembers:
|
||
|
- System.Object.ToString
|
||
|
- System.Object.Equals(System.Object)
|
||
|
- System.Object.Equals(System.Object,System.Object)
|
||
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||
|
- System.Object.GetHashCode
|
||
|
- System.Object.GetType
|
||
|
- System.Object.MemberwiseClone
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)
|
||
|
commentId: M:MLEM.Data.Content.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)
|
||
|
id: SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)
|
||
|
isExtensionMethod: true
|
||
|
parent: MLEM.Data.Content.ContentExtensions
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: SetJsonSerializer(ContentManager, JsonSerializer)
|
||
|
nameWithType: ContentExtensions.SetJsonSerializer(ContentManager, JsonSerializer)
|
||
|
fullName: MLEM.Data.Content.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager, Newtonsoft.Json.JsonSerializer)
|
||
|
type: Method
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Data/Content/ContentExtensions.cs
|
||
|
branch: main
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: SetJsonSerializer
|
||
|
path: ../MLEM.Data/Content/ContentExtensions.cs
|
||
|
startLine: 22
|
||
|
assemblies:
|
||
|
- MLEM.Data
|
||
|
namespace: MLEM.Data.Content
|
||
|
summary: >-
|
||
|
Adds a <xref href="Newtonsoft.Json.JsonSerializer" data-throw-if-not-resolved="false"></xref> to the given content manager, which allows <xref href="MLEM.Data.Content.ContentExtensions.LoadJson%60%601(Microsoft.Xna.Framework.Content.ContentManager%2cSystem.String%2cSystem.String%5b%5d%2cNewtonsoft.Json.JsonSerializer)" data-throw-if-not-resolved="false"></xref> to load JSON-based content.
|
||
|
|
||
|
Note that <xref href="MLEM.Data.Content.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)" data-throw-if-not-resolved="false"></xref> calls this method implicitly if no serializer exists.
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: public static void SetJsonSerializer(this ContentManager content, JsonSerializer serializer)
|
||
|
parameters:
|
||
|
- id: content
|
||
|
type: Microsoft.Xna.Framework.Content.ContentManager
|
||
|
description: The content manager to add the json serializer to
|
||
|
- id: serializer
|
||
|
type: Newtonsoft.Json.JsonSerializer
|
||
|
description: The json serializer to add
|
||
|
content.vb: Public Shared Sub SetJsonSerializer(content As ContentManager, serializer As JsonSerializer)
|
||
|
overload: MLEM.Data.Content.ContentExtensions.SetJsonSerializer*
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||
|
commentId: M:MLEM.Data.Content.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||
|
id: GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||
|
isExtensionMethod: true
|
||
|
parent: MLEM.Data.Content.ContentExtensions
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: GetJsonSerializer(ContentManager)
|
||
|
nameWithType: ContentExtensions.GetJsonSerializer(ContentManager)
|
||
|
fullName: MLEM.Data.Content.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||
|
type: Method
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Data/Content/ContentExtensions.cs
|
||
|
branch: main
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: GetJsonSerializer
|
||
|
path: ../MLEM.Data/Content/ContentExtensions.cs
|
||
|
startLine: 32
|
||
|
assemblies:
|
||
|
- MLEM.Data
|
||
|
namespace: MLEM.Data.Content
|
||
|
summary: >-
|
||
|
Returns the given content manager's json serializer.
|
||
|
|
||
|
This method sets a new json serializer using <xref href="MLEM.Data.Content.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager%2cNewtonsoft.Json.JsonSerializer)" data-throw-if-not-resolved="false"></xref> if the given content manager does not yet have one.
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: public static JsonSerializer GetJsonSerializer(this ContentManager content)
|
||
|
parameters:
|
||
|
- id: content
|
||
|
type: Microsoft.Xna.Framework.Content.ContentManager
|
||
|
description: The content manager whose serializer to get
|
||
|
return:
|
||
|
type: Newtonsoft.Json.JsonSerializer
|
||
|
description: The content manager's serializer
|
||
|
content.vb: Public Shared Function GetJsonSerializer(content As ContentManager) As JsonSerializer
|
||
|
overload: MLEM.Data.Content.ContentExtensions.GetJsonSerializer*
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter)
|
||
|
commentId: M:MLEM.Data.Content.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter)
|
||
|
id: AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter)
|
||
|
isExtensionMethod: true
|
||
|
parent: MLEM.Data.Content.ContentExtensions
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: AddJsonConverter(ContentManager, JsonConverter)
|
||
|
nameWithType: ContentExtensions.AddJsonConverter(ContentManager, JsonConverter)
|
||
|
fullName: MLEM.Data.Content.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager, Newtonsoft.Json.JsonConverter)
|
||
|
type: Method
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Data/Content/ContentExtensions.cs
|
||
|
branch: main
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: AddJsonConverter
|
||
|
path: ../MLEM.Data/Content/ContentExtensions.cs
|
||
|
startLine: 45
|
||
|
assemblies:
|
||
|
- MLEM.Data
|
||
|
namespace: MLEM.Data.Content
|
||
|
summary: Adds a <xref href="Newtonsoft.Json.JsonConverter" data-throw-if-not-resolved="false"></xref> to the given content manager's <xref href="Newtonsoft.Json.JsonSerializer" data-throw-if-not-resolved="false"></xref>.
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: public static void AddJsonConverter(this ContentManager content, JsonConverter converter)
|
||
|
parameters:
|
||
|
- id: content
|
||
|
type: Microsoft.Xna.Framework.Content.ContentManager
|
||
|
description: The content manager to add the converter to
|
||
|
- id: converter
|
||
|
type: Newtonsoft.Json.JsonConverter
|
||
|
description: The converter to add
|
||
|
content.vb: Public Shared Sub AddJsonConverter(content As ContentManager, converter As JsonConverter)
|
||
|
overload: MLEM.Data.Content.ContentExtensions.AddJsonConverter*
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String[],Newtonsoft.Json.JsonSerializer)
|
||
|
commentId: M:MLEM.Data.Content.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String[],Newtonsoft.Json.JsonSerializer)
|
||
|
id: LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String[],Newtonsoft.Json.JsonSerializer)
|
||
|
isExtensionMethod: true
|
||
|
parent: MLEM.Data.Content.ContentExtensions
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: LoadJson<T>(ContentManager, string, string[], JsonSerializer)
|
||
|
nameWithType: ContentExtensions.LoadJson<T>(ContentManager, string, string[], JsonSerializer)
|
||
|
fullName: MLEM.Data.Content.ContentExtensions.LoadJson<T>(Microsoft.Xna.Framework.Content.ContentManager, string, string[], Newtonsoft.Json.JsonSerializer)
|
||
|
type: Method
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Data/Content/ContentExtensions.cs
|
||
|
branch: main
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: LoadJson
|
||
|
path: ../MLEM.Data/Content/ContentExtensions.cs
|
||
|
startLine: 59
|
||
|
assemblies:
|
||
|
- MLEM.Data
|
||
|
namespace: MLEM.Data.Content
|
||
|
summary: Loads any kind of JSON data using the given content manager's <xref href="Newtonsoft.Json.JsonSerializer" data-throw-if-not-resolved="false"></xref>.
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: public static T LoadJson<T>(this ContentManager content, string name, string[] extensions = null, JsonSerializer serializer = null)
|
||
|
parameters:
|
||
|
- id: content
|
||
|
type: Microsoft.Xna.Framework.Content.ContentManager
|
||
|
description: The content manager to load content with
|
||
|
- id: name
|
||
|
type: System.String
|
||
|
description: The name of the file to load
|
||
|
- id: extensions
|
||
|
type: System.String[]
|
||
|
description: The file extensions that should be appended, or ".json", ".json5" and ".jsonc" by default.
|
||
|
- id: serializer
|
||
|
type: Newtonsoft.Json.JsonSerializer
|
||
|
description: The json serializer to use, or <xref href="MLEM.Data.Content.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)" data-throw-if-not-resolved="false"></xref> by default.
|
||
|
typeParameters:
|
||
|
- id: T
|
||
|
description: The type of asset to load
|
||
|
return:
|
||
|
type: '{T}'
|
||
|
description: The loaded asset
|
||
|
content.vb: Public Shared Function LoadJson(Of T)(content As ContentManager, name As String, extensions As String() = Nothing, serializer As JsonSerializer = Nothing) As T
|
||
|
overload: MLEM.Data.Content.ContentExtensions.LoadJson*
|
||
|
nameWithType.vb: ContentExtensions.LoadJson(Of T)(ContentManager, String, String(), JsonSerializer)
|
||
|
fullName.vb: MLEM.Data.Content.ContentExtensions.LoadJson(Of T)(Microsoft.Xna.Framework.Content.ContentManager, String, String(), Newtonsoft.Json.JsonSerializer)
|
||
|
name.vb: LoadJson(Of T)(ContentManager, String, String(), JsonSerializer)
|
||
|
references:
|
||
|
- uid: Microsoft.Xna.Framework.Content.ContentManager
|
||
|
commentId: T:Microsoft.Xna.Framework.Content.ContentManager
|
||
|
parent: Microsoft.Xna.Framework.Content
|
||
|
isExternal: true
|
||
|
name: ContentManager
|
||
|
nameWithType: ContentManager
|
||
|
fullName: Microsoft.Xna.Framework.Content.ContentManager
|
||
|
- uid: MLEM.Data.Content
|
||
|
commentId: N:MLEM.Data.Content
|
||
|
href: MLEM.html
|
||
|
name: MLEM.Data.Content
|
||
|
nameWithType: MLEM.Data.Content
|
||
|
fullName: MLEM.Data.Content
|
||
|
spec.csharp:
|
||
|
- uid: MLEM
|
||
|
name: MLEM
|
||
|
href: MLEM.html
|
||
|
- name: .
|
||
|
- uid: MLEM.Data
|
||
|
name: Data
|
||
|
href: MLEM.Data.html
|
||
|
- name: .
|
||
|
- uid: MLEM.Data.Content
|
||
|
name: Content
|
||
|
href: MLEM.Data.Content.html
|
||
|
spec.vb:
|
||
|
- uid: MLEM
|
||
|
name: MLEM
|
||
|
href: MLEM.html
|
||
|
- name: .
|
||
|
- uid: MLEM.Data
|
||
|
name: Data
|
||
|
href: MLEM.Data.html
|
||
|
- name: .
|
||
|
- uid: MLEM.Data.Content
|
||
|
name: Content
|
||
|
href: MLEM.Data.Content.html
|
||
|
- 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.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: 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.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.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: Microsoft.Xna.Framework.Content
|
||
|
commentId: N:Microsoft.Xna.Framework.Content
|
||
|
isExternal: true
|
||
|
name: Microsoft.Xna.Framework.Content
|
||
|
nameWithType: Microsoft.Xna.Framework.Content
|
||
|
fullName: Microsoft.Xna.Framework.Content
|
||
|
spec.csharp:
|
||
|
- uid: Microsoft
|
||
|
name: Microsoft
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Microsoft.Xna
|
||
|
name: Xna
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Microsoft.Xna.Framework
|
||
|
name: Framework
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Microsoft.Xna.Framework.Content
|
||
|
name: Content
|
||
|
isExternal: true
|
||
|
spec.vb:
|
||
|
- uid: Microsoft
|
||
|
name: Microsoft
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Microsoft.Xna
|
||
|
name: Xna
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Microsoft.Xna.Framework
|
||
|
name: Framework
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Microsoft.Xna.Framework.Content
|
||
|
name: Content
|
||
|
isExternal: true
|
||
|
- uid: System
|
||
|
commentId: N:System
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system
|
||
|
name: System
|
||
|
nameWithType: System
|
||
|
fullName: System
|
||
|
- uid: Newtonsoft.Json.JsonSerializer
|
||
|
commentId: T:Newtonsoft.Json.JsonSerializer
|
||
|
parent: Newtonsoft.Json
|
||
|
isExternal: true
|
||
|
name: JsonSerializer
|
||
|
nameWithType: JsonSerializer
|
||
|
fullName: Newtonsoft.Json.JsonSerializer
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String[],Newtonsoft.Json.JsonSerializer)
|
||
|
commentId: M:MLEM.Data.Content.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String[],Newtonsoft.Json.JsonSerializer)
|
||
|
isExternal: true
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_LoadJson__1_Microsoft_Xna_Framework_Content_ContentManager_System_String_System_String___Newtonsoft_Json_JsonSerializer_
|
||
|
name: LoadJson<T>(ContentManager, string, string[], JsonSerializer)
|
||
|
nameWithType: ContentExtensions.LoadJson<T>(ContentManager, string, string[], JsonSerializer)
|
||
|
fullName: MLEM.Data.Content.ContentExtensions.LoadJson<T>(Microsoft.Xna.Framework.Content.ContentManager, string, string[], Newtonsoft.Json.JsonSerializer)
|
||
|
nameWithType.vb: ContentExtensions.LoadJson(Of T)(ContentManager, String, String(), JsonSerializer)
|
||
|
fullName.vb: MLEM.Data.Content.ContentExtensions.LoadJson(Of T)(Microsoft.Xna.Framework.Content.ContentManager, String, String(), Newtonsoft.Json.JsonSerializer)
|
||
|
name.vb: LoadJson(Of T)(ContentManager, String, String(), JsonSerializer)
|
||
|
spec.csharp:
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String[],Newtonsoft.Json.JsonSerializer)
|
||
|
name: LoadJson
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_LoadJson__1_Microsoft_Xna_Framework_Content_ContentManager_System_String_System_String___Newtonsoft_Json_JsonSerializer_
|
||
|
- name: <
|
||
|
- name: T
|
||
|
- name: '>'
|
||
|
- name: (
|
||
|
- uid: Microsoft.Xna.Framework.Content.ContentManager
|
||
|
name: ContentManager
|
||
|
isExternal: true
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.String
|
||
|
name: string
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.String
|
||
|
name: string
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||
|
- name: '['
|
||
|
- name: ']'
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: Newtonsoft.Json.JsonSerializer
|
||
|
name: JsonSerializer
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String[],Newtonsoft.Json.JsonSerializer)
|
||
|
name: LoadJson
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_LoadJson__1_Microsoft_Xna_Framework_Content_ContentManager_System_String_System_String___Newtonsoft_Json_JsonSerializer_
|
||
|
- name: (
|
||
|
- name: Of
|
||
|
- name: " "
|
||
|
- name: T
|
||
|
- name: )
|
||
|
- name: (
|
||
|
- uid: Microsoft.Xna.Framework.Content.ContentManager
|
||
|
name: ContentManager
|
||
|
isExternal: true
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.String
|
||
|
name: String
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: System.String
|
||
|
name: String
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||
|
- name: (
|
||
|
- name: )
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: Newtonsoft.Json.JsonSerializer
|
||
|
name: JsonSerializer
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||
|
commentId: M:MLEM.Data.Content.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||
|
isExternal: true
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_GetJsonSerializer_Microsoft_Xna_Framework_Content_ContentManager_
|
||
|
name: GetJsonSerializer(ContentManager)
|
||
|
nameWithType: ContentExtensions.GetJsonSerializer(ContentManager)
|
||
|
fullName: MLEM.Data.Content.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||
|
spec.csharp:
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||
|
name: GetJsonSerializer
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_GetJsonSerializer_Microsoft_Xna_Framework_Content_ContentManager_
|
||
|
- name: (
|
||
|
- uid: Microsoft.Xna.Framework.Content.ContentManager
|
||
|
name: ContentManager
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||
|
name: GetJsonSerializer
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_GetJsonSerializer_Microsoft_Xna_Framework_Content_ContentManager_
|
||
|
- name: (
|
||
|
- uid: Microsoft.Xna.Framework.Content.ContentManager
|
||
|
name: ContentManager
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.SetJsonSerializer*
|
||
|
commentId: Overload:MLEM.Data.Content.ContentExtensions.SetJsonSerializer
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_SetJsonSerializer_Microsoft_Xna_Framework_Content_ContentManager_Newtonsoft_Json_JsonSerializer_
|
||
|
name: SetJsonSerializer
|
||
|
nameWithType: ContentExtensions.SetJsonSerializer
|
||
|
fullName: MLEM.Data.Content.ContentExtensions.SetJsonSerializer
|
||
|
- uid: Newtonsoft.Json
|
||
|
commentId: N:Newtonsoft.Json
|
||
|
isExternal: true
|
||
|
name: Newtonsoft.Json
|
||
|
nameWithType: Newtonsoft.Json
|
||
|
fullName: Newtonsoft.Json
|
||
|
spec.csharp:
|
||
|
- uid: Newtonsoft
|
||
|
name: Newtonsoft
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Newtonsoft.Json
|
||
|
name: Json
|
||
|
isExternal: true
|
||
|
spec.vb:
|
||
|
- uid: Newtonsoft
|
||
|
name: Newtonsoft
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Newtonsoft.Json
|
||
|
name: Json
|
||
|
isExternal: true
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)
|
||
|
commentId: M:MLEM.Data.Content.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)
|
||
|
isExternal: true
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_SetJsonSerializer_Microsoft_Xna_Framework_Content_ContentManager_Newtonsoft_Json_JsonSerializer_
|
||
|
name: SetJsonSerializer(ContentManager, JsonSerializer)
|
||
|
nameWithType: ContentExtensions.SetJsonSerializer(ContentManager, JsonSerializer)
|
||
|
fullName: MLEM.Data.Content.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager, Newtonsoft.Json.JsonSerializer)
|
||
|
spec.csharp:
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)
|
||
|
name: SetJsonSerializer
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_SetJsonSerializer_Microsoft_Xna_Framework_Content_ContentManager_Newtonsoft_Json_JsonSerializer_
|
||
|
- name: (
|
||
|
- uid: Microsoft.Xna.Framework.Content.ContentManager
|
||
|
name: ContentManager
|
||
|
isExternal: true
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: Newtonsoft.Json.JsonSerializer
|
||
|
name: JsonSerializer
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)
|
||
|
name: SetJsonSerializer
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_SetJsonSerializer_Microsoft_Xna_Framework_Content_ContentManager_Newtonsoft_Json_JsonSerializer_
|
||
|
- name: (
|
||
|
- uid: Microsoft.Xna.Framework.Content.ContentManager
|
||
|
name: ContentManager
|
||
|
isExternal: true
|
||
|
- name: ','
|
||
|
- name: " "
|
||
|
- uid: Newtonsoft.Json.JsonSerializer
|
||
|
name: JsonSerializer
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.GetJsonSerializer*
|
||
|
commentId: Overload:MLEM.Data.Content.ContentExtensions.GetJsonSerializer
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_GetJsonSerializer_Microsoft_Xna_Framework_Content_ContentManager_
|
||
|
name: GetJsonSerializer
|
||
|
nameWithType: ContentExtensions.GetJsonSerializer
|
||
|
fullName: MLEM.Data.Content.ContentExtensions.GetJsonSerializer
|
||
|
- uid: Newtonsoft.Json.JsonConverter
|
||
|
commentId: T:Newtonsoft.Json.JsonConverter
|
||
|
parent: Newtonsoft.Json
|
||
|
isExternal: true
|
||
|
name: JsonConverter
|
||
|
nameWithType: JsonConverter
|
||
|
fullName: Newtonsoft.Json.JsonConverter
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.AddJsonConverter*
|
||
|
commentId: Overload:MLEM.Data.Content.ContentExtensions.AddJsonConverter
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_AddJsonConverter_Microsoft_Xna_Framework_Content_ContentManager_Newtonsoft_Json_JsonConverter_
|
||
|
name: AddJsonConverter
|
||
|
nameWithType: ContentExtensions.AddJsonConverter
|
||
|
fullName: MLEM.Data.Content.ContentExtensions.AddJsonConverter
|
||
|
- uid: MLEM.Data.Content.ContentExtensions.LoadJson*
|
||
|
commentId: Overload:MLEM.Data.Content.ContentExtensions.LoadJson
|
||
|
href: MLEM.Data.Content.ContentExtensions.html#MLEM_Data_Content_ContentExtensions_LoadJson__1_Microsoft_Xna_Framework_Content_ContentManager_System_String_System_String___Newtonsoft_Json_JsonSerializer_
|
||
|
name: LoadJson
|
||
|
nameWithType: ContentExtensions.LoadJson
|
||
|
fullName: MLEM.Data.Content.ContentExtensions.LoadJson
|
||
|
- 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.String[]
|
||
|
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()
|
||
|
spec.csharp:
|
||
|
- uid: System.String
|
||
|
name: string
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||
|
- name: '['
|
||
|
- name: ']'
|
||
|
spec.vb:
|
||
|
- uid: System.String
|
||
|
name: String
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||
|
- name: (
|
||
|
- name: )
|
||
|
- uid: '{T}'
|
||
|
commentId: '!:T'
|
||
|
definition: T
|
||
|
name: T
|
||
|
nameWithType: T
|
||
|
fullName: T
|
||
|
- uid: T
|
||
|
name: T
|
||
|
nameWithType: T
|
||
|
fullName: T
|