AzureCoreContext 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 class used by ModelReaderWriter to read and write models in an AOT compatible way.
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.ResponseError))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Core.RehydrationToken))]
[System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.ResponseInnerError))]
public class AzureCoreContext : System.ClientModel.Primitives.ModelReaderWriterContext
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.ResponseError))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.Core.RehydrationToken))>]
[<System.ClientModel.Primitives.ModelReaderWriterBuildable(typeof(Azure.ResponseInnerError))>]
type AzureCoreContext = class
inherit ModelReaderWriterContext
Public Class AzureCoreContext
Inherits ModelReaderWriterContext
- Inheritance
- Attributes
Properties
Default |
Gets the default instance |
Methods
GetTypeBuilder(Type) |
Gets a ModelReaderWriterTypeBuilder for the given Type to allow ModelReaderWriter to work with AOT. (Inherited from ModelReaderWriterContext) |
TryGetTypeBuilder(Type, ModelReaderWriterTypeBuilder) |
Tries to gets a ModelReaderWriterTypeBuilder for the given Type to allow ModelReaderWriter to work with AOT. (Inherited from ModelReaderWriterContext) |
TryGetTypeBuilderCore(Type, ModelReaderWriterTypeBuilder) |
Tries to gets a ModelReaderWriterTypeBuilder for the given Type to allow ModelReaderWriter to work with AOT. |