AspectSerializer.Deserialize Method (Assembly, String, IMetadataDispenser) |
Deserializes aspects contained in a managed resource of an assembly.
Namespace: PostSharp.Aspects.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
C#
public IAspect[] Deserialize( Assembly assembly, string resourceName, IMetadataDispenser metadataDispenser )
Parameters
- assembly
- Type: System.Reflection.Assembly
Assembly containing the serialized aspects. - resourceName
- Type: System.String
Name of the managed resources into which aspects have been serialized. - metadataDispenser
- Type: PostSharp.Reflection.IMetadataDispenser
Metadata dispenser to be used to resolve serialized metadata references in this resource.
Return Value
Type: IAspect[]An array of aspects.