PostSharpAPI ReferencePost­Sharp.​Aspects.​ConfigurationAspect­Configuration­AttributeSerializer­Type
Open sandboxFocus

AspectConfigurationAttribute.SerializerType Property

SerializerType

Gets or sets the System.Type of the serializer that will be used to configure the current aspect.

Declaration
public Type SerializerType { get; set; }
Property Value
Type Description
System.Type
Remarks

The type assigned to this property must derive from the AspectSerializer class and have a default constructor. Use MsilAspectSerializer to specify that the aspect will not be serialized, but will be constructed using MSIL instructions.