Microsoft.Win32.UnixRegistryApi.FromHandle C# (CSharp) 메소드

FromHandle() 공개 메소드

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