C# 클래스 Wit.Interop.RegistryManager

파일 보기 프로젝트 열기: bratsche/wit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCLSKey Microsoft.Win32.RegistryKey
RegisterApproved void
RegisterDesktopProcess void
RegisterType void
UnregisterApproved void
UnregisterType void

공개 메소드들

메소드 설명
Register ( ) : void
RegistryManager ( Type type ) : System
Unregister ( ) : void

비공개 메소드들

메소드 설명
GetCLSKey ( ) : RegistryKey
RegisterApproved ( ) : void
RegisterDesktopProcess ( ) : void
RegisterType ( ) : void
UnregisterApproved ( ) : void
UnregisterType ( ) : void

메소드 상세

Register() 공개 메소드

public Register ( ) : void
리턴 void

RegistryManager() 공개 메소드

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

Unregister() 공개 메소드

public Unregister ( ) : void
리턴 void