Click or drag to resize
Llvm.NET LogoAttributeValue Constructor (AttributeKind, UInt64)

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

Creates an attribute with an integer value parameter

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public AttributeValue(
	AttributeKind kind,
	ulong value
)

Parameters

kind
Type: Llvm.NETAttributeKind
The kind of attribute
value
Type: SystemUInt64
Value for the attribute
Remarks

Not all attributes support a value and those that do don't all support a full 64bit value. The following table provides the kinds of attributes accepting a value and the allowed size of the values.

See Also