C# 클래스 PlugInPrj.PlugInBase

파일 보기 프로젝트 열기: magicdict/MongoCola

공개 프로퍼티들

프로퍼티 타입 설명
PlugFunction string
PlugName string
PlugObj object
RunLv PathLv

공개 메소드들

메소드 설명
Run ( ) : int

运行

메소드 상세

Run() 공개 추상적인 메소드

运行
public abstract Run ( ) : int
리턴 int

프로퍼티 상세

PlugFunction 공개적으로 프로퍼티

插件功能简述
public string PlugFunction
리턴 string

PlugName 공개적으로 프로퍼티

插件菜单表示名称
public string PlugName
리턴 string

PlugObj 공개적으로 프로퍼티

处理对象
public object PlugObj
리턴 object

RunLv 공개적으로 프로퍼티

对象层次
public PathLv RunLv
리턴 PathLv