AspectWeaverInstance Class |
Extension of the AspectWeaver class that is specific to an aspect instance; an aspect instance
(AspectInstanceInfo) appears when an aspect type is applied to an element of code.
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract class AspectWeaverInstance : ITaggable, IAspectInstance
The AspectWeaverInstance type exposes the following members.
Name | Description | |
---|---|---|
AspectWeaverInstance |
Initializes a new AspectWeaverInstance.
|
Name | Description | |
---|---|---|
Aspect |
Gets the compile-time instance of the aspect.
| |
AspectConstruction |
Gets the annotation (custom attribute) constructing the aspect instance, if any.
| |
AspectRuntimeInstanceField |
Gets the field that contains, at runtime, the deserialized instance
of the aspect.
| |
AspectType |
Gets the type of the current aspect.
| |
AspectWeaver |
Gets the parent AspectWeaver.
| |
Dependencies |
Gets the collection of dependencies (AspectDependency) of the current aspect
(where dependency objects of the current aspect occupy the left position of the relationship),
for dependency objects that apply on the element of code to which this aspect is applied.
| |
IsInstanceScoped |
Determines whether the current aspect instance is instance-scoped.
| |
Priority |
Gets the priority of the current aspect.
| |
RequiresRuntimeInstance |
Determines whether the current aspect requires a runtime instance.
| |
RequiresRuntimeInstanceInitialization |
Determines whether the current aspect requires initialization of the runtime instance.
| |
RuntimeReflectionObjectField |
Gets the field containing the reflection object representing, at run time, the element of code to which
the current aspect is applied.
| |
SymAspectInstance |
Gets the symbol representing the current aspect instance.
| |
TargetElement |
Gets the element to which the aspect is applied.
| |
TargetReflectionObject |
Gets the reflection object representing the element of code to which the current aspect is applied.
| |
TypeLevelDependencies |
Gets the collection of dependencies (AspectDependency) of the current aspect
(where dependency objects of the current aspect occupy the left position of the relationship),
for dependency objects that apply on type declaring the element of code to which this aspect is applied.
If the aspect is not applied to a type member (or a parameter of a type member), this property is equal to
Dependencies.
|
Name | Description | |
---|---|---|
EmitAspectConstruction |
Emits instructions that build the custom attribute from AspectInfo.
| |
EmitRuntimeInitialization |
Emits instructions that initialize the aspect at runtime. These instructions
will be injected in the static constructor of the PostSharp implementation
details object, after the field containing the runtime instance
of the instance (AspectRuntimeInstanceField) has been
initialized.
| |
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.) | |
GetConfigurationNullableValue<TConfiguration, TValue> | ||
GetConfigurationObject<TConfiguration, TValue> |
Gets an object (i.e., reference type) from the aspect configuration.
| |
GetConfigurationValue<TConfiguration, TValue> |
Gets a value (i.e., value type) from the aspect configuration.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLicenseRequirements | ||
GetSerializerType |
Gets the type of AspectSerializer used to serialize the current aspect.
| |
GetTag<T> | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUnsupportedTargetAction | ||
GetWeavingSymbolAttributes | ||
IncrementLinesOfCodeAvoided | ||
InitializeAspect |
Initializes the aspect instance, typically by invoking some CompileTimeInitialize method.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnInitialized |
This method is invoked after AspectWeaverInstance has been initialized.
The aspect configuration is loaded at this point.
| |
ProvideAdviceTransformations |
Provides the transformations required by the advice weavers (AdviceWeavers).
| |
ProvideAspects |
Allows aspect weavers to provide other aspects.
| |
ProvideAspectTransformations |
Provides the transformations required by the current aspect (not those required
by independent advices).
| |
SetTag<T> | ||
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) | |
Validate |
Validates the aspect use in itself, without regard to other aspects.
| |
ValidateTargetType |
Validates whether the specified type is supported by this aspect weaver.
| |
ValidateTargetTypeSignature |
Validates whether the specified type is supported by this aspect weaver.
|
Reference
System.Object
PostSharp.Sdk.AspectWeaver.AspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeavers.AssemblyLevelAspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeavers.EventLevelAspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeavers.FieldLevelAspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeavers.LocationLevelAspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeavers.MethodLevelAspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeavers.TypeLevelAspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeavers.AssemblyLevelAspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeavers.EventLevelAspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeavers.FieldLevelAspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeavers.LocationLevelAspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeavers.MethodLevelAspectWeaverInstance
PostSharp.Sdk.AspectWeaver.AspectWeavers.TypeLevelAspectWeaverInstance