Click or drag to resize
Llvm.NET LogoAttributeValue Properties

[This is preliminary documentation and is subject to change.]

The AttributeValue type exposes the following members.

Properties
  NameDescription
Public propertyIntegerValue
Integer value of the attribute or null if the attribute doesn't have a value
Public propertyIsEnum
Flag to indicate if this attribute is a simple enumeration value
Public propertyIsInt
Flag to indicate if this attribute has an integer attribute
Public propertyIsString
Flag to indicate if this attribute is a target specific string value
Public propertyKind
Kind of the attribute, or null for target specif named attributes
Public propertyName
Name of a named attribute or null for other kinds of attributes
Public propertyStringValue
StringValue for named attributes with values
Top
See Also