C# Class Microsoft.Win32.SafeHandles.SafeRegistryHandle

Inheritance: SafeHandleZeroOrMinusOneIsInvalid
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

SafeRegistryHandle() public method

public SafeRegistryHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System
preexistingHandle System.IntPtr
ownsHandle bool
return System