C# Класс Pilgrim.Template.Dialog.HelpUtils

Показать файл Открыть проект

Открытые методы

Метод Описание
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