Click or drag to resize

ContextHolderInitializer Class

Initializes a context holder on start. Useful e.g. for debugging if the context holder should only be initialized directly for testing and will be initialized otherwise via code.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.DiagnosticsContextHolderInitializer

Namespace:  Slash.Unity.DataBind.Foundation.Diagnostics
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class ContextHolderInitializer : MonoBehaviour

The ContextHolderInitializer type exposes the following members.

Constructors
  NameDescription
Public methodContextHolderInitializer
Initializes a new instance of the ContextHolderInitializer class
Top
Properties
  NameDescription
Public propertyContextType
Type of context to create on startup.
Top
Methods
  NameDescription
Protected methodReset
Unity callback.
Protected methodStart
Unity callback.
Top
Fields
  NameDescription
Public fieldContextHolder
Context holder to initialize.
Top
See Also