IldasmTask.

Item Property

Summary

Instructs the disassembler to disassemble the specified item only.
Assembly
NAnt.MSNet.dll
Namespace
NAnt.MSNet.Tasks
Containing Type
IldasmTask

Syntax

[TaskAttribute("item", Required = false)]
[StringValidator(AllowEmpty = false)]
public string Item { get; set; }

Remarks

Corresponds to the /ITEM flag.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
StringValidatorAttribute Used to indicate whether a string property should allow an empty string value or not.

Value

Type Description
string A string that specifies the item to disassemble.