Search Results for

    Show / Hide Table of Contents

    Struct SystemMessage

    A simple diagnostic message with a title and message body.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9
    Assembly: Glitch9.dll
    Syntax
    public readonly struct SystemMessage

    Constructors

    | Edit this page View Source

    SystemMessage(string, string)

    Declaration
    public SystemMessage(string title, string message)
    Parameters
    Type Name Description
    string title
    string message

    Fields

    | Edit this page View Source

    message

    Declaration
    public readonly string message
    Field Value
    Type Description
    string
    | Edit this page View Source

    title

    Declaration
    public readonly string title
    Field Value
    Type Description
    string

    Extension Methods

    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetHashCodeOrDefault<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation