Show / Hide Table of Contents

    Namespace XploRe.Runtime

    Classes

    ArgumentStringEmptyException

    Exception thrown if one of the string arguments provided to a method is empty but the method does not accept an empty string argument.

    ByteArrayExtensions

    Optimised extension methods for Byte arrays.

    ByteOrder

    Byte-order variants.

    ByteOrderConverter

    Byte-order conversion routines.

    ByteOrderExtensions

    Extends ByteOrder with support methods.

    GenericEnum<TValue, TDerived>

    Basic enum implementation for a generic class that may provide additional properties, methods and implicit conversion operators as needed.

    Each enum member must be defined as public, static fields, initialised with an instance of the enum with the value they are supposed to represent. Optionally, the DescriptionAttribute attribute may be used to set a description. At runtime, the name of each member is automatically set to the name of the corresponding field and the description field it set to the value of the DescriptionAttribute, if any.

    An ArgumentException is thrown during static initialisation if two members use the same value.

    RuntimeException

    The exception that is thrown on runtime library errors.

    RuntimeInconsistencyException

    The exception that is thrown when an inconsistency in a runtime library has been detected.

    StringExtensions

    Provides convenience extensions for String instances.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.