NAnt SDK Documentation - v0.92

AssemblyLinkerTask.Flags Property

Specifies a value (in hexadecimal) for the Flags field in the assembly.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="flags", ExpandProperties:=True, ProcessXml:=True), _  Int32Validator(Base:=16, MinValue:=-2147483648, MaxValue:=2147483647)>
Public Property Flags As String
[C#]
[TaskAttribute(Required=False, Name="flags", ExpandProperties=True, ProcessXml=True)]
[Int32Validator(Base=16, MinValue=-2147483648, MaxValue=2147483647)]
public string Flags {get; set;}

Property Value

A value (in hexadecimal) for the Flags field in the assembly.

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace