SymAspectInstance Class |
PostSharp.Sdk.CodeModel.Element
PostSharp.Sdk.CodeModel.Declaration
PostSharp.Sdk.WeavingSymbols.SymAspectInstance
Namespace: PostSharp.Sdk.WeavingSymbols
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public class SymAspectInstance : Declaration
The SymAspectInstance type exposes the following members.
Name | Description | |
---|---|---|
SymAspectInstance |
Initializes a new SymAspectInstance.
|
Name | Description | |
---|---|---|
CustomDebuggingInformation | (Inherited from Declaration.) | |
IsValid |
Indicates whether this aspect instance has passed compile time validation.
Aspect instances that didn't pass the validation are not included in the final symbol document.
| |
JoinPoints |
Gets the collection of join points affected by the current aspect instance.
| |
LinesOfCodeAvoided | ||
ParentUsage |
Gets the parent SymAspectUsage.
| |
Tags | ||
TargetDeclaration |
Gets the declaration to which the aspect instance is applied.
|
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.) |