C# Class DroidExplorer.Configuration.PluginSettings

Show file Open project: camalot/droidexplorer Class Usage Examples

Public Properties

Property Type Description
DefaultPlaths string[]

Private Properties

Property Type Description
PluginSettings System

Public Methods

Method Description
GetPlugin ( string id ) : IPlugin

Gets the plugin.

GetPluginInfo ( IPlugin plugin ) : PluginInfo

Gets the plugin info.

GetPluginInfo ( Type type ) : PluginInfo

Gets the plugin info.

GetPlugins ( IPluginHost host ) : List

Gets the plugins.

Private Methods

Method Description
PluginSettings ( ) : System

Initializes the PluginSettings class.

Method Details

GetPlugin() public method

Gets the plugin.
public GetPlugin ( string id ) : IPlugin
id string The id.
return IPlugin

GetPluginInfo() public method

Gets the plugin info.
public GetPluginInfo ( IPlugin plugin ) : PluginInfo
plugin IPlugin The plugin.
return PluginInfo

GetPluginInfo() public method

Gets the plugin info.
public GetPluginInfo ( Type type ) : PluginInfo
type System.Type The type.
return PluginInfo

GetPlugins() public method

Gets the plugins.
public GetPlugins ( IPluginHost host ) : List
host IPluginHost The host.
return List

Property Details

DefaultPlaths public property

public string[] DefaultPlaths
return string[]