NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
CscTask.FileAlign Property
[This is preliminary documentation and subject to change.]
Specifies the size of sections in the output file. Valid values are 512, 1024, 2048, 4096, and 8192.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="filealign", ExpandProperties:=True, ProcessXml:=True), _
Int32Validator(MinValue:=512, MaxValue:=8192, Base:=10)>
Public Property FileAlign As
Integer
[C#]
[TaskAttribute(Required=False, Name="filealign", ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=512, MaxValue=8192, Base=10)]
public
int FileAlign {get; set;}
Property Value
The size of sections in the output file.
Remarks
Missing <remarks> documentation for P:NAnt.DotNet.Tasks.CscTask.FileAlign
See Also
CscTask Class | NAnt.DotNet.Tasks Namespace