C# Class ShootBlues.SafeProcessHandle

Inheritance: System.Runtime.InteropServices.SafeHandle
Mostrar archivo Open project: kg/shootblues

Public Methods

Method Description
SafeProcessHandle ( IntPtr handle ) : System

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Method Details

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool

SafeProcessHandle() public method

public SafeProcessHandle ( IntPtr handle ) : System
handle System.IntPtr
return System