Table of Contents

Class ContentTypeReader

Namespace
Microsoft.Xna.Framework.Content
Assembly
MonoGame.Framework.dll
public abstract class ContentTypeReader
Inheritance
ContentTypeReader
Derived
Inherited Members

Constructors

ContentTypeReader(Type)

protected ContentTypeReader(Type targetType)

Parameters

targetType Type

Properties

CanDeserializeIntoExistingObject

public virtual bool CanDeserializeIntoExistingObject { get; }

Property Value

bool

TargetType

public Type TargetType { get; }

Property Value

Type

TypeVersion

public virtual int TypeVersion { get; }

Property Value

int

Methods

Initialize(ContentTypeReaderManager)

protected virtual void Initialize(ContentTypeReaderManager manager)

Parameters

manager ContentTypeReaderManager

Read(ContentReader, object)

protected abstract object Read(ContentReader input, object existingInstance)

Parameters

input ContentReader
existingInstance object

Returns

object