C# Class NFrame.NFCPluginManager

Inheritance: NFIPluginManager
Afficher le fichier Open project: ketoo/NFrame Class Usage Examples

Méthodes publiques

Méthode Description
AddModule ( string strClassName, NFILogicModule xModule ) : bool
AfterInit ( ) : void
BeforeShut ( ) : void
Execute ( ) : void
GetAPPID ( ) : int
GetAPPType ( ) : int
GetClassPath ( ) : string
GetModule ( string strClassName ) : NFILogicModule
Init ( ) : void
Install ( ) : void
Intance ( ) : NFCPluginManager
Shut ( ) : void
UnInstall ( ) : void

Method Details

AddModule() public méthode

public AddModule ( string strClassName, NFILogicModule xModule ) : bool
strClassName string
xModule NFILogicModule
Résultat bool

AfterInit() public méthode

public AfterInit ( ) : void
Résultat void

BeforeShut() public méthode

public BeforeShut ( ) : void
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

GetAPPID() public méthode

public GetAPPID ( ) : int
Résultat int

GetAPPType() public méthode

public GetAPPType ( ) : int
Résultat int

GetClassPath() public méthode

public GetClassPath ( ) : string
Résultat string

GetModule() public méthode

public GetModule ( string strClassName ) : NFILogicModule
strClassName string
Résultat NFILogicModule

Init() public méthode

public Init ( ) : void
Résultat void

Install() public méthode

public Install ( ) : void
Résultat void

Intance() public static méthode

public static Intance ( ) : NFCPluginManager
Résultat NFCPluginManager

Shut() public méthode

public Shut ( ) : void
Résultat void

UnInstall() public méthode

public UnInstall ( ) : void
Résultat void