C# 클래스 AEMManager.Util.RegistryUtil

파일 보기 프로젝트 열기: wcm-io-devops/aem-manager 1 사용 예제들

공개 메소드들

메소드 설명
GetUserKey ( ) : RegistryKey

Gets a user key for the current application. The Application subkey is build using the company and application name information form assembly info.

GetUserKey ( Form pfrm ) : RegistryKey

Gets a registry user key for the given form in a subkey of the current application. The Application subkey is build using the company and application name information form assembly info.

GetUserKey ( string pSubKey ) : RegistryKey

Gets a registry user key for the given form in a subkey of the current application. The Application subkey is build using the company and application name information form assembly info.

메소드 상세

GetUserKey() 공개 정적인 메소드

Gets a user key for the current application. The Application subkey is build using the company and application name information form assembly info.
public static GetUserKey ( ) : RegistryKey
리턴 Microsoft.Win32.RegistryKey

GetUserKey() 공개 정적인 메소드

Gets a registry user key for the given form in a subkey of the current application. The Application subkey is build using the company and application name information form assembly info.
public static GetUserKey ( Form pfrm ) : RegistryKey
pfrm System.Windows.Forms.Form Form instance
리턴 Microsoft.Win32.RegistryKey

GetUserKey() 공개 정적인 메소드

Gets a registry user key for the given form in a subkey of the current application. The Application subkey is build using the company and application name information form assembly info.
public static GetUserKey ( string pSubKey ) : RegistryKey
pSubKey string Subkey name
리턴 Microsoft.Win32.RegistryKey