IMethodImplementationDecorator
Overview
Interface to be implemented by any aspect that wants to influence the body of a method.
Location
- Reference: RemObjects.Elements.Cirrus.dll
- Namespace: RemObjects.Elements.Cirrus
- Ancestry: IBaseAspect | IMethodImplementationDecorator
Required Methods
HandleImplementation
Called for each property this attribute is applied to. This method is called after all files have been parsed. Members added from within this call will not be available from source.
method HandleImplementation(Services: IServices; aMethod: IMethodDefinition)
void HandleImplementation(IServices Services, IMethodDefinition aMethod)
func HandleImplementation(_ Services: IServices, _ aMethod: IMethodDefinition)
void HandleImplementation(IServices Services, IMethodDefinition aMethod)
Sub HandleImplementation(Services As IServices, aMethod As IMethodDefinition)
Parameters:
- Services: services parameter for type resolving
- aMethod: method to handle