AssemblyLinkerTask.

MainMethod Property

Summary

Specifies the fully-qualified name (class.method) of the method to use as an entry point when converting a module to an executable file.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
AssemblyLinkerTask

Syntax

[TaskAttribute("main")]
public string MainMethod { get; set; }

Attributes

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

Value

Type Description
string The fully-qualified name (class.method) of the method to use as an entry point when converting a module to an executable file.