PostSharp//API Reference/Post­Sharp.​Patterns.​Model.​Type­Adapters/Type­Adapter­Factory
Open sandboxFocus

Class TypeAdapterFactory

Factory class for the TypeAdapter type. Implementations must have a public default constructor.

Inheritance
TypeAdapterFactory
Namespace: PostSharp.Patterns.Model.TypeAdapters
Assembly: PostSharp.Patterns.Aggregation.dll
Syntax
public abstract class TypeAdapterFactory : Object

Constructors

Name Description
TypeAdapterFactory() PostSharp.Patterns.Model.TypeAdapters.TypeAdapterFactory

Methods

Name Description
CreateTypeAdapter(Type)

Creates a TypeAdapter for a specific Type.