IRegistryTools 介面

定義

從登錄取得信息的協助程序類別

public interface class IRegistryTools
public interface IRegistryTools
type IRegistryTools = interface
Public Interface IRegistryTools
衍生

方法

GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>)

從 HKLM 根登錄取得 int 登錄值。

GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>)

從 HKLM 根登錄取得 int 登錄值。

GetRegistryValueFromCurrentUserRoot(String, String, Object)

從 HKCU 根登錄取得登錄機碼值。

GetRegistryValueFromLocalMachineRoot(String, String, Boolean, Object)

從 HKLM 根登錄取得登錄機碼值。

GetRegistryValueFromLocalMachineRoot(String, String, Object)

從 HKLM 根登錄取得登錄機碼值。

SetRegistryFromCurrentUserRoot(String, String, Object)

從 HKCU 根登錄設定登錄中的值。

SetRegistryFromLocalMachineRoot(String, String, Object, Boolean)

從 HKLM 根登錄設定登錄中的值

適用於