IArgumentsWriter Interface |
Provides write access to a collection of arguments that need to be serialized.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IArgumentsWriter
The IArgumentsWriter type exposes the following members.
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.
|
Name | Description | |
---|---|---|
SetValue |
Sets the value of an argument.
|