SymAspectUsage Class |
PostSharp.Sdk.CodeModel.Element
PostSharp.Sdk.CodeModel.Declaration
PostSharp.Sdk.WeavingSymbols.SymAspectUsage
Namespace: PostSharp.Sdk.WeavingSymbols
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public class SymAspectUsage : Declaration
The SymAspectUsage type exposes the following members.
Name | Description | |
---|---|---|
SymAspectUsage |
Initializes a new SymAspectUsage.
|
Name | Description | |
---|---|---|
CustomDebuggingInformation | (Inherited from Declaration.) | |
Id |
Gets the unique identifier of the current SymAspectUsage.
| |
Instances |
Gets the collection of targets to which the current SymAspectInstance is applied.
| |
Origin |
Gets the origin of the current SymAspectUsage, i.e. the location where it has been defined.
| |
ParentClass |
Gets the SymAspectClass of which the current SymAspectUsage is an instance.
| |
Title |
Gets or sets the human-readable title of the current SymAspectUsage.
|
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.) |