C# Class CK.Monitoring.GrandOutputHandlers.HandlerTypeAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Invenietis/ck-core

Méthodes publiques

Свойство Type Description
HandlerType System.Type

Méthodes publiques

Méthode Description
HandlerTypeAttribute ( Type handlerType ) : System

Initializes a new HandlerTypeAttribute with a type that must be a HandlerBase specialization.

Method Details

HandlerTypeAttribute() public méthode

Initializes a new HandlerTypeAttribute with a type that must be a HandlerBase specialization.
public HandlerTypeAttribute ( Type handlerType ) : System
handlerType System.Type
Résultat System

Property Details

HandlerType public_oe property

Gets the type of the associated HandlerBase.
public Type,System HandlerType
Résultat System.Type