C# 클래스 KeppySynthConfigurator.Program

파일 보기 프로젝트 열기: KaleidonKep99/Keppy-s-Driver

공개 프로퍼티들

프로퍼티 타입 설명
BringToFrontMessage uint

공개 메소드들

메소드 설명
CopyKey ( RegistryKey parentKey, string keyNameToCopy, string newKeyName ) : bool
UpdateTextPosition ( Form form ) : void

비공개 메소드들

메소드 설명
DoAnyway ( String args ) : void
Main ( String args ) : void
RecurseCopyKey ( RegistryKey sourceKey, RegistryKey destinationKey ) : void

메소드 상세

CopyKey() 공개 정적인 메소드

public static CopyKey ( RegistryKey parentKey, string keyNameToCopy, string newKeyName ) : bool
parentKey Microsoft.Win32.RegistryKey
keyNameToCopy string
newKeyName string
리턴 bool

UpdateTextPosition() 공개 정적인 메소드

public static UpdateTextPosition ( Form form ) : void
form System.Windows.Forms.Form
리턴 void

프로퍼티 상세

BringToFrontMessage 공개적으로 정적으로 프로퍼티

public static uint BringToFrontMessage
리턴 uint