Activator.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Activator/Activator.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Activator/Activator.cs
Source file hash: sha256:49ff43cff38c143e6df0cdb41d69f5c04fb69950d22d46da1ce406ee44860e60
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: Activator
Section titled “Type: Activator”Original lines: 35-90
Declaration hash: sha256:9e8de33ab3ab6e374af106a05b97af43b2dda9224f5753a42dbd847598318ac0
public abstract class Activator : LoggingBehavior{}Method: Activate(bool active)
Section titled “Method: Activate(bool active)”Original lines: 62-88
Declaration hash: sha256:865f1480416a4902e4295fd5dd8a40aef90a0da6c9fbdd7a9b7b75d724e4ad38
protected virtual void Activate(bool active);