public static Object GetRegistryValue(
RegistryHive hive,
string subKeyPath,
string keyName,
ILogger logger
)
Public Shared Function GetRegistryValue (
hive As RegistryHive,
subKeyPath As String,
keyName As String,
logger As ILogger
) As Object
public:
static Object^ GetRegistryValue(
RegistryHive hive,
String^ subKeyPath,
String^ keyName,
ILogger^ logger
)
static member GetRegistryValue :
hive : RegistryHive *
subKeyPath : string *
keyName : string *
logger : ILogger -> Object
[Missing <param name="hive"/> documentation for "M:SuperBuilderWinService.Utils.SysHelper.GetRegistryValue(Microsoft.Win32.RegistryHive,System.String,System.String,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="subKeyPath"/> documentation for "M:SuperBuilderWinService.Utils.SysHelper.GetRegistryValue(Microsoft.Win32.RegistryHive,System.String,System.String,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="keyName"/> documentation for "M:SuperBuilderWinService.Utils.SysHelper.GetRegistryValue(Microsoft.Win32.RegistryHive,System.String,System.String,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="logger"/> documentation for "M:SuperBuilderWinService.Utils.SysHelper.GetRegistryValue(Microsoft.Win32.RegistryHive,System.String,System.String,Microsoft.Extensions.Logging.ILogger)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.Utils.SysHelper.GetRegistryValue(Microsoft.Win32.RegistryHive,System.String,System.String,Microsoft.Extensions.Logging.ILogger)"]