C# Class NetIde.Shell.ProvideCommandLineSwitchAttribute

Inheritance: RegistrationAttribute
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
ProvideCommandLineSwitchAttribute ( string name, bool expectArgument ) : System
Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void

Method Details

ProvideCommandLineSwitchAttribute() public méthode

public ProvideCommandLineSwitchAttribute ( string name, bool expectArgument ) : System
name string
expectArgument bool
Résultat System

Register() public méthode

public Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
package INiPackage
context INiRegistrationContext
packageKey INiRegistrationKey
Résultat void

Unregister() public méthode

public Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
package INiPackage
context INiRegistrationContext
packageKey INiRegistrationKey
Résultat void