Microsoft.Win32.SafeHandles.SafeRegistryHandle.SafeRegistryHandle C# (CSharp) Method

SafeRegistryHandle() public method

public SafeRegistryHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System
preexistingHandle System.IntPtr
ownsHandle bool
return System
        public SafeRegistryHandle(IntPtr preexistingHandle, bool ownsHandle) : base(ownsHandle)
        {
            SetHandle(preexistingHandle);
        }
    }

Same methods

SafeRegistryHandle::SafeRegistryHandle ( System preexistingHandle, bool ownsHandle )
SafeRegistryHandle::SafeRegistryHandle ( ) : System
SafeRegistryHandle