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

IldasmTask.Visibility Property

[This is preliminary documentation and subject to change.]

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