C# 클래스 SharpMod.PluginManager

The plugin manager. Manages plugins, loads, unloads them
파일 보기 프로젝트 열기: txdv/sharpmod

보호된 프로퍼티들

프로퍼티 타입 설명
numberFormatCounter int

공개 메소드들

메소드 설명
Load ( FileInfo fi ) : bool
Load ( IPlugin plugin ) : bool
Load ( string path ) : bool
LoadPlugins ( ) : void
ShowPlugins ( ) : void

보호된 메소드들

메소드 설명
NumberFormat ( int pluginCount ) : string

메소드 상세

Load() 공개 정적인 메소드

public static Load ( FileInfo fi ) : bool
fi System.IO.FileInfo
리턴 bool

Load() 공개 정적인 메소드

public static Load ( IPlugin plugin ) : bool
plugin IPlugin
리턴 bool

Load() 공개 정적인 메소드

public static Load ( string path ) : bool
path string
리턴 bool

LoadPlugins() 공개 정적인 메소드

public static LoadPlugins ( ) : void
리턴 void

NumberFormat() 보호된 정적인 메소드

protected static NumberFormat ( int pluginCount ) : string
pluginCount int
리턴 string

ShowPlugins() 공개 정적인 메소드

public static ShowPlugins ( ) : void
리턴 void

프로퍼티 상세

numberFormatCounter 보호되어 있는 정적으로 프로퍼티

protected static int numberFormatCounter
리턴 int