AspectWeaverPlugIn Methods |
The AspectWeaverPlugIn type exposes the following members.
Name | Description | |
---|---|---|
BindAdviceAnalyzerFactory<TAttribute, TImpl> |
Binds a dependency custom attribute type (RequiresAdviceAnalysisAttribute) to an analyzer (IAdviceAnalyzer).
| |
BindAdviceParameterBinding<TAttribute, TImpl> | ||
BindAdviceWeaver<TAttribute, TImpl> |
Binds an advice custom attribute type (Advice) to an AdviceWeaver.
| |
BindAspectDependencyAttributeParser<TAttribute, TImpl> |
Binds a dependency custom attribute type (Advice) to a parser (IAspectDependencyAttributeParser).
| |
BindAspectWeaver<TAspect, TImpl> |
Binds an aspect interface (IAspect) to an AspectWeaver.
| |
BindDebuggerAspectEnhancer<TAspect, TImpl> | ||
BindDebuggerAttributeEnhancer<TAttribute, TImpl> | ||
BindDynamicAdviceWeaver<TAdvice, TImpl> | ||
BindPointcutEngine<TAttribute, TImpl> |
Binds a pointcut custom attribute type (Pointcut) to a pointcut engine (IPointcutEngine).
| |
Deserialize |
Deserializes the current task from an XML element.
(Inherited from Task.) | |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from Task.) | |
Dispose(Boolean) |
Disposes the resources hold by the current instance.
(Inherited from Task.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Execute |
Execute the current Task.
(Inherited from Task.) | |
Finalize |
Destructor.
(Inherited from Task.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize |
Initializes the current task.
(Inherited from Task.) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
IsRequired |
Determines whether the current task is required by another task in the project.
(Inherited from Task.) | |
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Determines whether the task configuration (deserialized from the attributes of the
XML element representing the task instance) is valid.
(Inherited from Task.) |