C# Class IrcShark.Extensions.DependsOnAttribute

Inheritance: System.Attribute
显示文件 Open project: hapm/IrcShark

Public Methods

Method Description
DependsOnAttribute ( string guids ) : System

Initializes a new instance of the DependsOnAttribute class.

When applying this attribute to an extension, the extension will only be loaded if the given dependency is ok.

Method Details

DependsOnAttribute() public method

Initializes a new instance of the DependsOnAttribute class.
When applying this attribute to an extension, the extension will only be loaded if the given dependency is ok.
public DependsOnAttribute ( string guids ) : System
guids string The guid of the extension to depend on.
return System