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

IldasmTask.Item Property

[This is preliminary documentation and subject to change.]

Instructs the disassembler to disassemble the specified item only.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="item", ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Item As String
[C#]
[TaskAttribute(Required=False, Name="item", ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public string Item {get; set;}

Property Value

A String that specifies the item to disassemble.

Remarks

Corresponds to the /ITEM flag.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace