Table of Contents

Enum LayoutDeclarationKind

Namespace
CStructSharp.Introspection
Assembly
CStructSharp.dll

The kind of a top-level declaration as reported by Kind.

public enum LayoutDeclarationKind

Fields

Enum = 2

An integral enum.

Flag = 3

A bitmask enum declared with flag.

Struct = 0

A sequential composite.

Typedef = 4

An alias of another type, with optional pointer depth and array shape.

Union = 1

An overlapping composite.