AspectWeaverTransformationInstance.AddSymJoinPoint Method (TransformationContext, String) |
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
protected void AddSymJoinPoint( TransformationContext context, string description )
Parameters
- context
- Type: PostSharp.Sdk.AspectInfrastructure.TransformationContext
The TransformationContext for which the join point should be added. - description
- Type: System.String
Join point description, or null if the description should be the result of the method GetDisplayName(MethodSemantics).