CscTask.

FileAlign Property

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
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 The size of sections in the output file.