SymJoinPoint Class |
PostSharp.Sdk.CodeModel.Element
PostSharp.Sdk.CodeModel.Declaration
PostSharp.Sdk.WeavingSymbols.SymJoinPoint
Namespace: PostSharp.Sdk.WeavingSymbols
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public class SymJoinPoint : Declaration
The SymJoinPoint type exposes the following members.
Name | Description | |
---|---|---|
SymJoinPoint(MetadataDeclaration, MethodSemantics, MetadataDeclaration) |
Initializes a new SymJoinPoint.
| |
SymJoinPoint(MetadataDeclaration, MethodSemantics, MetadataDeclaration, Int32) | Obsolete. Initializes a new instance of the SymJoinPoint class |
Name | Description | |
---|---|---|
AdvisedDeclaration |
Gets the declaration that has been advised.
| |
AdvisingDeclaration |
Gets the declaration (type or method, typically) that provided the transformation.
| |
AspectInstance |
Gets the parent SymAspectInstance.
| |
CustomDebuggingInformation | (Inherited from Declaration.) | |
Description |
Gets or sets a human-readable description for the current SymJoinPoint.
| |
LinesOfCodeAvoided | ||
Ordinal |
Gets the ordinal of the current SymJoinPoint in the set of all advices on the join point.
| |
Semantic |
Gets the semantic of AdvisedDeclaration being advised.
|
Name | Description | |
---|---|---|
ClearCache |
Clear the cache (typically mapping to System.Reflection or,
if the current element is a reference, to the related definition)
of the current Element and all its children.
(Inherited from Element.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NotifyChildPropertyChanged |
Method invoked when a property of a child has been changed.
(Inherited from Element.) | |
OnPropertyChanged |
Method invoked when a property of the current instance has been changed.
(Inherited from Element.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |