NAnt SDK Documentation - v0.85-nightly-2005-11-09

AssemblyLinkerTask.Flags Property

[This is preliminary documentation and subject to change.]

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

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

Property Value

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

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Flags

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace