Microsoft.Win32.UnixRegistryApi.OpenRemoteBaseKey C# (CSharp) Method

OpenRemoteBaseKey() public method

public OpenRemoteBaseKey ( RegistryHive hKey, string machineName ) : RegistryKey
hKey RegistryHive
machineName string
return RegistryKey
		public RegistryKey OpenRemoteBaseKey (RegistryHive hKey, string machineName)
		{
			throw new NotImplementedException ();
		}