C# Class MonoDevelop.Monobjc.Commands.ExportBundleCommandHandler

Command handler for the export operation.
Inheritance: MonoDevelop.Components.Commands.CommandHandler
Afficher le fichier Open project: Monobjc/monobjc-monodevelop

Méthodes protégées

Méthode Description
Run ( object dataItem ) : void

Runs the specified command.

Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void

Updates the command.

Method Details

Run() protected méthode

Runs the specified command.
protected Run ( object dataItem ) : void
dataItem object The data item.
Résultat void

Update() protected méthode

Updates the command.
protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo The info.
Résultat void