C# Class NetIde.Shell.ProvideObjectAttribute

Inheritance: RegistrationAttribute
Exibir arquivo Open project: netide/netide

Public Methods

Method 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 method

public ProvideObjectAttribute ( Type type ) : System
type System.Type
return System

Register() public method

public Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
package INiPackage
context INiRegistrationContext
packageKey INiRegistrationKey
return void

Unregister() public method

public Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
package INiPackage
context INiRegistrationContext
packageKey INiRegistrationKey
return void