NAnt SDK Documentation - v0.85-nightly-2005-11-09

AssemblyLinkerTask.MainMethod Property

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
<TaskAttribute(Required:=False, Name:="main", ExpandProperties:=True, ProcessXml:=True)>
Public Property MainMethod As String
[C#]
[TaskAttribute(Required=False, Name="main", ExpandProperties=True, ProcessXml=True)]
public string MainMethod {get; set;}

Property Value

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

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.AssemblyLinkerTask.MainMethod

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace