ScriptTask.

MainClass Property

Summary

The name of the main class containing the static ScriptMain entry point.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
ScriptTask

Syntax

[TaskAttribute("mainclass", Required = false)]
public string MainClass { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string