NAnt SDK Documentation - v0.92

IldasmTask.Item Property

Instructs the disassembler to disassemble the specified item only.

[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Required:=False, Name:="item", ExpandProperties:=True, ProcessXml:=True)>
Public Property Item As String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=False, Name="item", ExpandProperties=True, ProcessXml=True)]
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