C# Class PowerStudio.DebugEngine.Attributes.ProvideTypeAttribute

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Show file Open project: IntelliTect/PowerStudio

Public Methods

Method Description
ProvideTypeAttribute ( Type objectType ) : System
ProvideTypeAttribute ( string id ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Method Details

ProvideTypeAttribute() public method

public ProvideTypeAttribute ( Type objectType ) : System
objectType System.Type
return System

ProvideTypeAttribute() public method

public ProvideTypeAttribute ( string id ) : System
id string
return System

Register() public method

public Register ( RegistrationContext context ) : void
context RegistrationContext
return void

Unregister() public method

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
return void