C# Class NetIde.Shell.ProvideApplicationIconAttribute

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

Méthodes publiques

Méthode Description
ProvideApplicationIconAttribute ( string fileName ) : System
Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void

Method Details

ProvideApplicationIconAttribute() public méthode

public ProvideApplicationIconAttribute ( string fileName ) : System
fileName string
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