C# Class MGDF.GamesManager.Common.Framework.Registry

Inheritance: IRegistry
ファイルを表示 Open project: mrsharpoblunto/MGDF

Public Methods

Method Description
CreateSubKey ( BaseRegistryKey baseKey, string name ) : IRegistryKey
DeleteKey ( BaseRegistryKey baseKey, string name ) : void
OpenSubKey ( BaseRegistryKey baseKey, string name ) : IRegistryKey

Private Methods

Method Description
DeleteKeyRecursive ( UIntPtr baseKey, string name ) : void
RegCloseKey ( UIntPtr hKey ) : int
RegCreateKeyEx ( UIntPtr hKey, string lpSubKey, uint reserved, string lpClass, uint dwOptions, uint samDesired, uint lpSecurityAttributes, UIntPtr &phkResult, uint &lpdwDisposition ) : int
RegDeleteKey ( UIntPtr hKey, string subKey ) : int
RegDeleteKeyEx ( UIntPtr hKey, string subKey, uint samDesired, uint Reserved ) : int
RegEnumKeyEx ( UIntPtr hkey, uint index, StringBuilder lpName, uint &lpcbName, IntPtr reserved, IntPtr lpClass, IntPtr lpcbClass, long &lpftLastWriteTime ) : int
RegOpenKeyEx ( UIntPtr hKey, string subKey, uint options, int sam, UIntPtr &phkResult ) : int

Method Details

CreateSubKey() public method

public CreateSubKey ( BaseRegistryKey baseKey, string name ) : IRegistryKey
baseKey BaseRegistryKey
name string
return IRegistryKey

DeleteKey() public method

public DeleteKey ( BaseRegistryKey baseKey, string name ) : void
baseKey BaseRegistryKey
name string
return void

OpenSubKey() public method

public OpenSubKey ( BaseRegistryKey baseKey, string name ) : IRegistryKey
baseKey BaseRegistryKey
name string
return IRegistryKey