C# Class PlugInPrj.PlugInBase

Afficher le fichier Open project: magicdict/MongoCola

Méthodes publiques

Свойство Type Description
PlugFunction string
PlugName string
PlugObj object
RunLv PathLv

Méthodes publiques

Méthode Description
Run ( ) : int

运行

Method Details

Run() public abstract méthode

运行
public abstract Run ( ) : int
Résultat int

Property Details

PlugFunction public_oe property

插件功能简述
public string PlugFunction
Résultat string

PlugName public_oe property

插件菜单表示名称
public string PlugName
Résultat string

PlugObj public_oe property

处理对象
public object PlugObj
Résultat object

RunLv public_oe property

对象层次
public PathLv RunLv
Résultat PathLv