ModelReaderWriterContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Context for ModelReaderWriter to work with AOT.
public abstract class ModelReaderWriterContext
type ModelReaderWriterContext = class
Public MustInherit Class ModelReaderWriterContext
- Inheritance
-
ModelReaderWriterContext
- Derived
Constructors
ModelReaderWriterContext() |
Methods
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. |