Summary
Instructs the compiler to set the ImageBase value in
the PE header.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- IlasmTask
Syntax
[TaskAttribute("base")]
[Int32Validator()]
public int Base { get; set; }
Remarks
Corresponds to the /BASE
flag.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Int32 |
Indicates that property should be able to be converted into a int
within the given range.
|
Value
Type | Description |
---|---|
int |
A int that represents the ImageBase
value to set in the PE header.
|