fuget.org
System.Runtime.Handles
by Microsoft
4.0.0-beta-22605
13 Feb 15
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.1
27 Jun 16
4.0.1-rc2-24027
16 May 16
4.0.1-beta-23516
18 Nov 15
4.0.1-beta-23409
15 Oct 15
4.0.1-beta-23225
2 Sep 15
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
4.0.0-beta-22416
16 Jan 15
4.0.0-beta-22231
11 Nov 14
API Diff
with 4.0.1-beta-23225
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.1
27 Jun 16
4.0.1-rc2-24027
16 May 16
4.0.1-beta-23516
18 Nov 15
4.0.1-beta-23409
15 Oct 15
4.0.1-beta-23225
2 Sep 15
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
4.0.0-beta-22416
16 Jan 15
4.0.0-beta-22231
11 Nov 14
System.Runtime.Handles.4.0.0-beta-22605.nupkg
nuget.org
License
<
PackageReference
Include
=
"System.Runtime.Handles"
Version
=
"4.0.0-beta-22605"
/>
Frameworks
aspnetcore50
contract
net45
portable-wpa81+wp80+win80+net45+aspnetcore50
Dependencies
System.Runtime 4.0.0-beta-22605
API Diff between 4.0.0-beta-22605 and 4.0.1-beta-23225
25
Additions
0
Removals
Microsoft.Win32.SafeHandles
public
sealed
class
SafeWaitHandle
:
SafeHandle
public
SafeWaitHandle
(
IntPtr
existingHandle
,
bool
ownsHandle
)
System.Runtime.InteropServices
public
abstract
class
CriticalHandle
:
IDisposable
protected
IntPtr
handle
public
bool
IsClosed
{
get
; }
public
abstract
bool
IsInvalid
{
get
; }
protected
CriticalHandle
(
IntPtr
invalidHandleValue
)
public
void
Dispose
()
protected
virtual
void
Dispose
(
bool
disposing
)
protected
abstract
bool
ReleaseHandle
()
protected
void
SetHandle
(
IntPtr
handle
)
public
void
SetHandleAsInvalid
()
public
abstract
class
SafeHandle
:
IDisposable
protected
IntPtr
handle
public
bool
IsClosed
{
get
; }
public
abstract
bool
IsInvalid
{
get
; }
protected
SafeHandle
(
IntPtr
invalidHandleValue
,
bool
ownsHandle
)
public
void
DangerousAddRef
(
ref
bool
success
)
public
IntPtr
DangerousGetHandle
()
public
void
DangerousRelease
()
public
void
Dispose
()
protected
virtual
void
Dispose
(
bool
disposing
)
protected
abstract
bool
ReleaseHandle
()
protected
void
SetHandle
(
IntPtr
handle
)
public
void
SetHandleAsInvalid
()