NAnt SDK Documentation - v0.92
IldasmTask.Visibility Property
Instructs the disassembler to disassemble only the items with the specified visibility. Possible values are PUB
, PRI
, FAM
, ASM
, FAA
, FOA
, PSC
, or any combination of them separated by +
.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="visibility", ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Visibility As
String
[C#]
[TaskAttribute(Required=False, Name="visibility", ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
string Visibility {get; set;}
Property Value
A String that contains the visibility suboptions.
Remarks
Corresponds to the /VISIBILITY
flag.
See Also IldasmTask Class | NAnt.MSNet.Tasks Namespace