C# Class MonoDevelop.StyleCop.StartupHandler

This class get's initialized on MonoDevelop startup and setup all necessary stuff that has to be loaded only once.
Inheritance: MonoDevelop.Components.Commands.CommandHandler
Afficher le fichier Open project: DarkCloud14/MonoDevelop.StyleCop

Méthodes protégées

Méthode Description
Run ( ) : void

This method get's called on MonoDevelop startup and will setup all necessary stuff that has to be loaded only once.

Method Details

Run() protected méthode

This method get's called on MonoDevelop startup and will setup all necessary stuff that has to be loaded only once.
protected Run ( ) : void
Résultat void