Enum LayoutDeclarationKind
- Namespace
- CStructSharp.Introspection
- Assembly
- CStructSharp.dll
The kind of a top-level declaration as reported by Kind.
public enum LayoutDeclarationKind
Fields
Enum = 2An integral enum.
Flag = 3A bitmask enum declared with
flag.Struct = 0A sequential composite.
Typedef = 4An alias of another type, with optional pointer depth and array shape.
Union = 1An overlapping composite.