Enum LayoutConstantKind
- Namespace
- CStructSharp.Introspection
- Assembly
- CStructSharp.dll
The kind of value a #define carries.
public enum LayoutConstantKind
Fields
Bytes = 3A
b"..."byte-string literal; Value is abyte[]copy.Empty = 4Expression = 1An integer expression that depends on a caller-supplied variable; Value is null.
Integer = 0An integer expression that was resolved at construction time; Value is a BigInteger.
Macro = 5A function-like macro kept as its unexpanded text; Value is a string.
Text = 2