IMethodBodyTransformationInstance Interface |
Defines the semantics of an instance of a code transformation that modifies the body of a method
(i.e. its flow of MSIL instructions).
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IMethodBodyTransformationInstance : ITransformationInstance
The IMethodBodyTransformationInstance type exposes the following members.
Name | Description | |
---|---|---|
GetOptions |
Gets options that allow the aspect framework to predict the behavior of the Implement(MethodBodyTransformationContext) method.
| |
Implement |
Implements the transformation.
|