C# 클래스 PluginManager.AvailablePlugins

Collection for AvailablePlugin Type
상속: System.Collections.CollectionBase, Interfaces.IAvailablePlugins
파일 보기 프로젝트 열기: mhack/gamenoise

공개 메소드들

메소드 설명
Add ( Interfaces pluginToAdd ) : void

Add a Plugin to the collection of Available plugins

Find ( string pluginNameOrPath ) : Interfaces.IAvailablePlugin

Finds a plugin in the available Plugins

Remove ( Interfaces pluginToRemove ) : void

Remove a Plugin to the collection of Available plugins

메소드 상세

Add() 공개 메소드

Add a Plugin to the collection of Available plugins
public Add ( Interfaces pluginToAdd ) : void
pluginToAdd Interfaces The Plugin to Add
리턴 void

Find() 공개 메소드

Finds a plugin in the available Plugins
public Find ( string pluginNameOrPath ) : Interfaces.IAvailablePlugin
pluginNameOrPath string The name or File path of the plugin to find
리턴 Interfaces.IAvailablePlugin

Remove() 공개 메소드

Remove a Plugin to the collection of Available plugins
public Remove ( Interfaces pluginToRemove ) : void
pluginToRemove Interfaces The Plugin to Remove
리턴 void