Microsoft.Win32.SafeHandles.SafeRegistryHandle.SafeRegistryHandle C# (CSharp) 메소드

SafeRegistryHandle() 개인적인 메소드

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