Share via


ModelReaderWriterContext Class

Definition

Context for ModelReaderWriter to work with AOT.

public abstract class ModelReaderWriterContext
type ModelReaderWriterContext = class
Public MustInherit Class ModelReaderWriterContext
Inheritance
ModelReaderWriterContext
Derived

Constructors

Name Description
ModelReaderWriterContext()

Methods

Name Description
GetTypeBuilder(Type)

Gets a ModelReaderWriterTypeBuilder for the given Type to allow ModelReaderWriter to work with AOT.

TryGetTypeBuilder(Type, ModelReaderWriterTypeBuilder)

Tries to gets a ModelReaderWriterTypeBuilder for the given Type to allow ModelReaderWriter to work with AOT.

TryGetTypeBuilderCore(Type, ModelReaderWriterTypeBuilder)

Tries to gets a ModelReaderWriterTypeBuilder for the given Type to allow ModelReaderWriter to work with AOT.

Applies to