Search Results for

    Show / Hide Table of Contents

    Class SMContext

    Inheritance
    System.Object
    SMContext
    DerivedSMContext
    PatternContext
    PhaseContext
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Danmokou.SM
    Assembly: cs.temp.dll.dll
    Syntax
    public class SMContext

    Properties

    ExternalCT

    Cancellation token provided in , unbounded by BEH-local cancellation.

    Declaration
    public ICancellee? ExternalCT { get; set; }
    Property Value
    Type Description
    System.Nullable<ICancellee>

    LoadCheckpoint

    Declaration
    public Checkpoint? LoadCheckpoint { get; set; }
    Property Value
    Type Description
    System.Nullable<Checkpoint>

    PhaseObjects

    Declaration
    public virtual List<IDisposable> PhaseObjects { get; }
    Property Value
    Type Description
    List<System.IDisposable>

    Methods

    CleanupObjects()

    Declaration
    public virtual void CleanupObjects()
    In This Article
    Back to top Generated by DocFX