MethodLevelAspectWeaverInstance Methods |
The MethodLevelAspectWeaverInstance type exposes the following members.
Name | Description | |
---|---|---|
EmitAspectConstruction |
Emits instructions that build the custom attribute from AspectInfo.
(Inherited from AspectWeaverInstance.) | |
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.
(Inherited from AspectWeaverInstance.) | |
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> | (Inherited from AspectWeaverInstance.) | |
GetConfigurationObject<TConfiguration, TValue> |
Gets an object (i.e., reference type) from the aspect configuration.
(Inherited from AspectWeaverInstance.) | |
GetConfigurationValue<TConfiguration, TValue> |
Gets a value (i.e., value type) from the aspect configuration.
(Inherited from AspectWeaverInstance.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLicenseRequirements | (Inherited from AspectWeaverInstance.) | |
GetSerializerType |
Gets the type of AspectSerializer used to serialize the current aspect.
(Inherited from AspectWeaverInstance.) | |
GetTag<T> | (Inherited from AspectWeaverInstance.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUnsupportedTargetAction | (Inherited from AspectWeaverInstance.) | |
GetWeavingSymbolAttributes | (Inherited from AspectWeaverInstance.) | |
IncrementLinesOfCodeAvoided | (Inherited from AspectWeaverInstance.) | |
InitializeAspect |
Initializes the aspect instance, typically by invoking some CompileTimeInitialize method.
(Overrides AspectWeaverInstance.InitializeAspect().) | |
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.
(Inherited from AspectWeaverInstance.) | |
ProvideAdviceTransformations |
Provides the transformations required by the advice weavers (AdviceWeavers).
(Inherited from AspectWeaverInstance.) | |
ProvideAspects |
Allows aspect weavers to provide other aspects.
(Inherited from AspectWeaverInstance.) | |
ProvideAspectTransformations |
Provides the transformations required by the current aspect (not those required
by independent advices).
(Inherited from AspectWeaverInstance.) | |
SetTag<T> | (Inherited from AspectWeaverInstance.) | |
ToString | Returns a string that represents the current object. (Inherited from AspectWeaverInstance.) | |
Validate | (Overrides AspectWeaverInstance.Validate().) | |
ValidateTargetType |
Validates whether the specified type is supported by this aspect weaver.
(Inherited from AspectWeaverInstance.) | |
ValidateTargetTypeSignature |
Validates whether the specified type is supported by this aspect weaver.
(Inherited from AspectWeaverInstance.) |