C# Class IrcShark.Extensions.ExtensionDependencyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode 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 méthode

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.
Résultat System