Microsoft.Win32.UnixRegistryApi.FromHandle C# (CSharp) Méthode

FromHandle() public méthode

public FromHandle ( SafeRegistryHandle handle ) : RegistryKey
handle Microsoft.Win32.SafeHandles.SafeRegistryHandle
Résultat RegistryKey
		public RegistryKey FromHandle (SafeRegistryHandle handle)
		{
			throw new NotImplementedException ();
		}
#endif