C# 클래스 NetIde.Shell.ProvideCommandLineSwitchAttribute

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

공개 메소드들

메소드 설명
ProvideCommandLineSwitchAttribute ( string name, bool expectArgument ) : System
Register ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void
Unregister ( INiPackage package, INiRegistrationContext context, INiRegistrationKey packageKey ) : void

메소드 상세

ProvideCommandLineSwitchAttribute() 공개 메소드

public ProvideCommandLineSwitchAttribute ( string name, bool expectArgument ) : System
name string
expectArgument bool
리턴 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