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

SafeRegistryHandle() private method

private SafeRegistryHandle ( System preexistingHandle, bool ownsHandle )
preexistingHandle System
ownsHandle bool
        public SafeRegistryHandle(System.IntPtr preexistingHandle, bool ownsHandle) : base(default(bool)) { }
        public override bool IsInvalid { [System.Security.SecurityCriticalAttribute]get { throw null; } }

Same methods

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