Class SMContext
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
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()