Search Results for

    Show / Hide Table of Contents

    Class AttributeInitialization

    Initializes all of the custom attributes of LobsterFramework for all assemblies that reference it.

    Inheritance
    object
    AttributeInitialization
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LobsterFramework.Init
    Assembly: LobsterFramework.dll
    Syntax
    public static class AttributeInitialization

    Fields

    | Improve this Doc View Source

    Finished

    Flag to indicate whether attribute initialization is completed.

    Declaration
    public static bool Finished
    Field Value
    Type Description
    bool

    Events

    | Improve this Doc View Source

    OnInitializationComplete

    Declaration
    public static event Action OnInitializationComplete
    Event Type
    Type Description
    Action
    • Improve this Doc
    • View Source
    In This Article
    Back to top LobsterFramework documentation