NAnt SDK Documentation - v0.92

IldasmTask.PublicOnly Property

Specifies whether or not the disassembler should disassemble public items only. This is a shortcut for Visibility="pub". The default is false.

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Required:=False, Name:="publiconly", ExpandProperties:=True, ProcessXml:=True)>
Public Property PublicOnly As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="publiconly", ExpandProperties=True, ProcessXml=True)]
public bool PublicOnly {get; set;}

Property Value

true if only public items should be disassembled; otherwise, false. The default is false.

Remarks

Corresponds to the /PUBONLY flag.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace