Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
PluginEngine
DefaultPlugin
C# Class PluginEngine.DefaultPlugin
Inheritance:
IPlugin
Mostra file
Open project: zhujunxxxxx/FastNetwork
Public Methods
Method
Description
CheckCanLoad
(
bool
isFirstCall
) :
bool
Initialize
( ) :
void
ShutDown
( ) :
void
Startup
( ) :
void
Method Details
CheckCanLoad()
public
method
public
CheckCanLoad
(
bool
isFirstCall
) :
bool
isFirstCall
bool
return
bool
Initialize()
public
method
public
Initialize
( ) :
void
return
void
ShutDown()
public
method
public
ShutDown
( ) :
void
return
void
Startup()
public
method
public
Startup
( ) :
void
return
void