Class ReflectiveReader<T>
This type is not meant to be used directly by MonoGame users. Its purpose is to allow to work-around AOT issues when loading assets with the ContentManager fail due to the absence of runtime-reflection support in that context (i.e. missing types due to trimming and inability to statically discover them at compile-time). If Load<T>(string) throws an NotSupportedException, the message should provide insights on how to fix it.
public class ReflectiveReader<T> : ContentTypeReader
  Type Parameters
T- This type is not meant to be used directly by MonoGame users. Its purpose is to allow to work-around AOT issues when loading assets with the fail due to the absence of runtime-reflection support in that context (i.e. missing types due to trimming and inability to statically discover them at compile-time). If throws an , the message should provide insights on how to fix it.
 
- Inheritance
 - 
      
      
      ReflectiveReader<T>
 
- Inherited Members
 
Constructors
ReflectiveReader()
public ReflectiveReader()
  Properties
CanDeserializeIntoExistingObject
public override bool CanDeserializeIntoExistingObject { get; }
  Property Value
Methods
Initialize(ContentTypeReaderManager)
protected override void Initialize(ContentTypeReaderManager manager)
  Parameters
managerContentTypeReaderManager
Read(ContentReader, object)
protected override object Read(ContentReader input, object existingInstance)
  Parameters
inputContentReaderexistingInstanceobject