Summary
Specifies the size of sections in the output file. Valid values are
512, 1024, 2048, 4096, and 8192.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- CscTask
Syntax
[TaskAttribute("filealign")]
[Int32Validator(512, 8192)]
public int FileAlign { get; set; }
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 | The size of sections in the output file. |