AspectWeaverTransformationInstance.AddSymJoinPoint Method (MetadataDeclaration, MethodSemantics, Int32) |
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( MetadataDeclaration targetElement, MethodSemantics semantic, int ordinal )
Parameters
- targetElement
- Type: PostSharp.Sdk.CodeModel.MetadataDeclaration
Declaration on which the join point is added. - semantic
- Type: PostSharp.Sdk.CodeModel.MethodSemantics
Semantic for which the join point is added. - ordinal
- Type: System.Int32
Ordinal of the join point.