IlasmTask.

Base Property

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
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
Int32ValidatorAttribute 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.