AssemblyLinkerTask.

Flags Property

Summary

Specifies a value (in hexadecimal) for the Flags field in the assembly.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
AssemblyLinkerTask

Syntax

[TaskAttribute("flags", Required = false)]
[Int32Validator(Base = 16)]
public string Flags { 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
string A value (in hexadecimal) for the Flags field in the assembly.