C# Class NetIde.Shell.ProvideObjectAttribute

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

Méthodes publiques

Méthode Description
ProvideObjectAttribute ( Type type ) : System
Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void

Method Details

ProvideObjectAttribute() public méthode

public ProvideObjectAttribute ( Type type ) : System
type System.Type
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