NAnt SDK Documentation - v0.92

IlasmTask.Base Property

Instructs the compiler to set the ImageBase value in the PE header.

[Visual Basic]
<Int32Validator(MinValue:=-2147483648, MaxValue:=2147483647, Base:=10), _  TaskAttribute(Name:="base", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Base As Integer
[C#]
[Int32Validator(MinValue=-2147483648, MaxValue=2147483647, Base=10)]
[TaskAttribute(Name="base", Required=False, ExpandProperties=True, ProcessXml=True)]
public int Base {get; set;}

Property Value

A Int32 that represents the ImageBase value to set in the PE header.

Remarks

Corresponds to the /BASE flag.

See Also

IlasmTask Class | NAnt.DotNet.Tasks Namespace