StructuralTransformationInstance Methods |
The StructuralTransformationInstance type exposes the following members.
Name | Description | |
---|---|---|
AddDependency |
Adds a new AspectDependency to the current transformation.
(Inherited from AspectWeaverTransformationInstance.) | |
AddSymJoinPoint(TransformationContext) |
Adds a join point to the symbol file for the current transformation given a TransformationContext.
(Inherited from AspectWeaverTransformationInstance.) | |
AddSymJoinPoint(TransformationContext, SymJoinPointAttributes) |
Adds a join point to the symbol file for the current transformation given a TransformationContext,
with the possibility to override the additional attributes of the join point.
(Inherited from AspectWeaverTransformationInstance.) | |
AddSymJoinPoint(TransformationContext, String) |
Adds a join point to the symbol file for the current transformation given a TransformationContext,
with the possibility to override the description of the join point.
(Inherited from AspectWeaverTransformationInstance.) | |
AddSymJoinPoint(MetadataDeclaration, MethodSemantics, SymJoinPointAttributes) |
Adds a join point to the symbol file for the current transformation,
with the possibility to override the description of the join point.
(Inherited from AspectWeaverTransformationInstance.) | |
AddSymJoinPoint(MetadataDeclaration, MethodSemantics, Int32) |
Adds a join point to the symbol file for the current transformation, using GetDisplayName(MethodSemantics) to
get the description of the join point.
(Inherited from AspectWeaverTransformationInstance.) | |
AddSymJoinPoint(MetadataDeclaration, MethodSemantics, Int32, SymJoinPointAttributes) | Obsolete. (Inherited from AspectWeaverTransformationInstance.) | |
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.) | |
GetDisplayName |
Gets a human-readable description of the current transformation.
(Inherited from AspectWeaverTransformationInstance.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasEffect |
Determines whether the current transformation has a given effect.
(Inherited from AspectWeaverTransformationInstance.) | |
Implement |
Implements the transformation.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from AspectWeaverTransformationInstance.) |