C# 클래스 Types.AvailablePlugins

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: d2phap/ImageGlass

공개 메소드들

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

Add a Plugin to the collection of Available plugins

Find ( string pluginNameOrPath ) : Types.AvailablePlugin

Finds a plugin in the available Plugins

Remove ( Types pluginToRemove ) : void

Remove a Plugin to the collection of Available plugins

메소드 상세

Add() 공개 메소드

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

Find() 공개 메소드

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

Remove() 공개 메소드

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