PostSharpAPI ReferencePost­Sharp.​SerializationIArguments­Writer
Open sandboxFocus

IArgumentsWriter Interface

Provides write access to a collection of arguments that need to be serialized.

Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
[InternalImplement]
public interface IArgumentsWriter

Properties

Name Description
MetadataEmitter

When serializing PostSharp access, gets a facility that can be used to serialize metadata (System.Reflection) objects as MSIL, therefore making them transparent to obfuscation.

Methods

Name Description
SetValue(String, Object, String)

Sets the value of an argument.