C# Class IrcShark.Extensions.ExtensionDependencyAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: hapm/IrcShark

Public Methods

Method Description
ExtensionDependencyAttribute ( string fullTypeName, DependencyLevel level ) : System

Initializes a new instance of the ExtensionDependencyAttribute class with the given type name and level.

The typename isn't checked but will be compare to the real typenames of existing extensions.

Method Details

ExtensionDependencyAttribute() public method

Initializes a new instance of the ExtensionDependencyAttribute class with the given type name and level.
The typename isn't checked but will be compare to the real typenames of existing extensions.
public ExtensionDependencyAttribute ( string fullTypeName, DependencyLevel level ) : System
fullTypeName string The full type name of the Extension, your Extension depends on.
level DependencyLevel The level of the dependency.
return System