C# 클래스 Pilgrim.Template.Dialog.HelpUtils

파일 보기 프로젝트 열기: juanplopes/pilgrim

공개 메소드들

메소드 설명
GetActiveControl ( Form f ) : Control
GetValueNamesWow64 ( string registryKey, int ulOptions ) : string[]

Get ValueNames from registry for WoW64 machine. Corresponding to Microsoft.Win32.RegistryKey.GetValueNames().

IsContextHelpMessage ( Message &m ) : bool
IsWow64 ( ) : bool

This function checks if the OS is 64 bits.

TranslateContextHelpMessage ( Form f, Message &m ) : void

비공개 메소드들

메소드 설명
HelpUtils ( ) : System

메소드 상세

GetActiveControl() 공개 정적인 메소드

public static GetActiveControl ( Form f ) : Control
f System.Windows.Forms.Form
리턴 System.Windows.Forms.Control

GetValueNamesWow64() 공개 정적인 메소드

Get ValueNames from registry for WoW64 machine. Corresponding to Microsoft.Win32.RegistryKey.GetValueNames().
public static GetValueNamesWow64 ( string registryKey, int ulOptions ) : string[]
registryKey string Registry key string value
ulOptions int Access key value options
리턴 string[]

IsContextHelpMessage() 공개 정적인 메소드

public static IsContextHelpMessage ( Message &m ) : bool
m System.Windows.Forms.Message
리턴 bool

IsWow64() 공개 정적인 메소드

This function checks if the OS is 64 bits.
public static IsWow64 ( ) : bool
리턴 bool

TranslateContextHelpMessage() 공개 정적인 메소드

public static TranslateContextHelpMessage ( Form f, Message &m ) : void
f System.Windows.Forms.Form
m System.Windows.Forms.Message
리턴 void