NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
IlasmTask.Base Property
[This is preliminary documentation and subject to change.]
Instructs the compiler to set the ImageBase value in the PE header.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="base", ExpandProperties:=True, ProcessXml:=True), _
Int32Validator(MinValue:=-2147483648, MaxValue:=2147483647, Base:=10)>
Public Property Base As
Integer
[C#]
[TaskAttribute(Required=False, Name="base", ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=-2147483648, MaxValue=2147483647, Base=10)]
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