Class BoltClassShellData
  
Inheritance
BoltClassShellData
 
Syntax
public sealed class BoltClassShellData
 
Properties
  
generated
Declaration
public IGeneratedClass generated { get; }
 
Property Value
isAlive
Declaration
public bool isAlive { get; }
 
Property Value
live
Declaration
public BoltClassShellLiveData live { get; }
 
Property Value
runtimeMode
Declaration
public EffectiveRuntimeMode runtimeMode { get; }
 
Property Value
Events
  
instantiated
Declaration
public event Action instantiated
 
Event Type
uninstantiating
Declaration
public event Action uninstantiating
 
Event Type
Extension Methods