C# Class Pilgrim.Template.Dialog.HelpUtils

Afficher le fichier Open project: juanplopes/pilgrim

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
HelpUtils ( ) : System

Method Details

GetActiveControl() public static méthode

public static GetActiveControl ( Form f ) : Control
f System.Windows.Forms.Form
Résultat System.Windows.Forms.Control

GetValueNamesWow64() public static méthode

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
Résultat string[]

IsContextHelpMessage() public static méthode

public static IsContextHelpMessage ( Message &m ) : bool
m System.Windows.Forms.Message
Résultat bool

IsWow64() public static méthode

This function checks if the OS is 64 bits.
public static IsWow64 ( ) : bool
Résultat bool

TranslateContextHelpMessage() public static méthode

public static TranslateContextHelpMessage ( Form f, Message &m ) : void
f System.Windows.Forms.Form
m System.Windows.Forms.Message
Résultat void