Class DerivedSMContext
A SM context that does not cleanup objects when it is disposed.
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 DerivedSMContext : SMContext
Properties
PhaseObjects
Declaration
public override List<IDisposable> PhaseObjects { get; }
Property Value
Type | Description |
---|---|
List<System.IDisposable> |
Overrides
Methods
CleanupObjects()
Declaration
public override void CleanupObjects()
Overrides
DeriveFrom(SMContext)
Declaration
public static DerivedSMContext DeriveFrom(SMContext parent)
Parameters
Type | Name | Description |
---|---|---|
SMContext | parent |
Returns
Type | Description |
---|---|
DerivedSMContext |