PostSharpAPI ReferencePost­Sharp.​Aspects.​SerializationMsil­Aspect­Serializer
Open sandboxFocus

Class MsilAspectSerializer

When used as a value of AspectConfigurationAttribute.SerializerType property, specifies that the aspect should not be serialized but should instead be constructed at runtime using MSIL instructions.

Inheritance
MsilAspectSerializer
Namespace: PostSharp.Aspects.Serialization
Assembly: PostSharp.dll
Syntax
public sealed class MsilAspectSerializer : AspectSerializer

Constructors

Name Description
MsilAspectSerializer() PostSharp.Aspects.Serialization.MsilAspectSerializer

Methods

Name Description
Deserialize(Stream, IMetadataDispenser)
Serialize(IAspect[], Stream, IMetadataEmitter)

Serializes an array of aspects into a stream.