C# Class NetIde.Shell.ProvideEditorFactoryAttribute

Inheritance: RegistrationAttribute
Mostra file Open project: netide/netide

Public Methods

Method Description
ProvideEditorFactoryAttribute ( Type factoryType, string name ) : System
Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void

Method Details

ProvideEditorFactoryAttribute() public method

public ProvideEditorFactoryAttribute ( Type factoryType, string name ) : System
factoryType System.Type
name string
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