Summary
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 +.
- Assembly
- NAnt
.MSNet .dll - Namespace
- NAnt
.MSNet .Tasks - Containing Type
- IldasmTask
Syntax
[TaskAttribute("visibility", Required = false)]
[StringValidator(AllowEmpty = false)]
public string Visibility { get; set; }
Remarks
Corresponds to the /VISIBILITY flag.
Attributes
| Type | Description |
|---|---|
| Task |
Indicates that property should be treated as a XML attribute for the task. |
| String |
Used to indicate whether a string property should allow
an empty string value or not.
|
Value
| Type | Description |
|---|---|
| string |
A string that contains the visibility
sub-options.
|
