LCEngine provides the initialization of LeanEngine.
More...
|
static void | Initialize (IServiceCollection services) |
| Initializes the engine with the given services.
|
|
|
const string | LCEngineCORS = "LCEngineCORS" |
|
static Dictionary< string, MethodInfo > | Functions = new Dictionary<string, MethodInfo>() |
|
static Dictionary< string, MethodInfo > | ClassHooks = new Dictionary<string, MethodInfo>() |
|
static Dictionary< string, MethodInfo > | UserHooks = new Dictionary<string, MethodInfo>() |
|
static Dictionary< string, MethodInfo > | RTMHooks = new Dictionary<string, MethodInfo>() |
|
LCEngine provides the initialization of LeanEngine.
◆ Initialize()
static void LeanCloud.Engine.LCEngine.Initialize |
( |
IServiceCollection |
services | ) |
|
|
inlinestatic |
Initializes the engine with the given services.
- Parameters
-
◆ ClassHooks
Dictionary<string, MethodInfo> LeanCloud.Engine.LCEngine.ClassHooks = new Dictionary<string, MethodInfo>() |
|
static |
◆ Functions
Dictionary<string, MethodInfo> LeanCloud.Engine.LCEngine.Functions = new Dictionary<string, MethodInfo>() |
|
static |
◆ LCEngineCORS
const string LeanCloud.Engine.LCEngine.LCEngineCORS = "LCEngineCORS" |
|
static |
◆ RTMHooks
Dictionary<string, MethodInfo> LeanCloud.Engine.LCEngine.RTMHooks = new Dictionary<string, MethodInfo>() |
|
static |
◆ UserHooks
Dictionary<string, MethodInfo> LeanCloud.Engine.LCEngine.UserHooks = new Dictionary<string, MethodInfo>() |
|
static |
The documentation for this class was generated from the following file: