C# 클래스 NetIde.Shell.ProvideObjectAttribute

상속: RegistrationAttribute
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
ProvideObjectAttribute ( Type type ) : System
Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void

메소드 상세

ProvideObjectAttribute() 공개 메소드

public ProvideObjectAttribute ( Type type ) : System
type System.Type
리턴 System

Register() 공개 메소드

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

Unregister() 공개 메소드

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