GacTaskBase.

BeforeExecuteTask() Method

Summary

Invoked prior to invoking ExecuteTask() on the base class.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
GacTaskBase

Syntax

protected abstract void BeforeExecuteTask()

Remarks

Allows, for example, subclasses to output useful information to the log.

Return Value

Type Description
void