Show / Hide Table of Contents

    Namespace Flame.Constants

    Classes

    BooleanConstant

    Helpers for Boolean constants.

    DefaultConstant

    A default-value constant, which represents the default value of some type, typically characterized by the all-zeroes bit pattern.

    FieldTokenConstant

    A field token constant: a constant that wraps a runtime handle to a field.

    Float32Constant

    A 32-bit floating point constant.

    Float64Constant

    A 64-bit floating point constant.

    IntegerConstant

    Describes an integer value that adheres to an integer spec.

    IntegerSpec

    Describes the size and signedness of an integer. Signed integers are assumed to use a two's complement scheme.

    MethodTokenConstant

    A method token constant: a constant that wraps a runtime handle to a method.

    NullConstant

    A null pointer constant.

    StringConstant

    A character string constant.

    TypeTokenConstant

    A type token constant: a constant that wraps a runtime handle to a type.

    Structs

    SignedDivisionMagic

    A collection of magic constants that can be used to perform signed integer division by constant.

    UnsignedDivisionMagic

    A collection of magic constants that can be used to perform unsigned integer division by constant.

    Back to top Generated by DocFX