LeanCloud C# SDK
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
LeanCloud.Engine.LCEngine Class Reference

LCEngine provides the initialization of LeanEngine. More...

Static Public Member Functions

static void Initialize (IServiceCollection services)
 Initializes the engine with the given services.
 

Static Public Attributes

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

Detailed Description

LCEngine provides the initialization of LeanEngine.

Member Function Documentation

◆ Initialize()

static void LeanCloud.Engine.LCEngine.Initialize ( IServiceCollection  services)
inlinestatic

Initializes the engine with the given services.

Parameters
services

Member Data Documentation

◆ 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: