| AttributeValue Constructor |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| AttributeValue(String) | Adds a valueless named attribute | |
| AttributeValue(AttributeKind) | Creates a simple boolean attribute | |
| AttributeValue(String, String) | Adds a Target specific named attribute with value | |
| AttributeValue(AttributeKind, UInt64) | Creates an attribute with an integer value parameter | |
| AttributeValue(Context, AttributeKind) | Creates a simple boolean attribute | |
| AttributeValue(Context, String) | Adds a valueless named attribute | |
| AttributeValue(Context, AttributeKind, UInt64) | Creates an attribute with an integer value parameter | |
| AttributeValue(Context, String, String) | Adds a Target specific named attribute with value |