C# Class Plugin.NeedsPlugin

Inheritance: System.Attribute
Show file Open project: Silveryard/SmartHome

Public Methods

Method Description
NeedsPlugin ( string neededPlugin ) : System

Constructor of NeedsPlugin

Method Details

NeedsPlugin() public method

Constructor of NeedsPlugin
public NeedsPlugin ( string neededPlugin ) : System
neededPlugin string The name of the needed plugin
return System