<Member MemberType="Property" Name="IsClosed" />
<Member MemberType="Property" Name="IsInvalid" />
</Type>
+ <Type Name="Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid">
+ <Member Name="#ctor" />
+ <Member Name="#ctor(System.Boolean)" />
+ <Member Name="get_IsInvalid" />
+ </Type>
+ <Type Name="Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid">
+ <Member Name="#ctor" />
+ <Member Name="#ctor(System.Boolean)" />
+ <Member Name="get_IsInvalid" />
+ </Type>
<Type Name="Microsoft.Win32.SafeHandles.SafeWaitHandle">
<Member Name="#ctor(System.IntPtr,System.Boolean)" />
<Member Status="ApiRoot" Name="ReleaseHandle" />
namespace Microsoft.Win32.SafeHandles
{
[System.Security.SecurityCriticalAttribute]
+ public abstract partial class SafeHandleMinusOneIsInvalid : System.Runtime.InteropServices.SafeHandle
+ {
+ protected SafeHandleMinusOneIsInvalid() { }
+ public override bool IsInvalid { [System.Security.SecurityCriticalAttribute]get { throw null; } }
+ }
+ [System.Security.SecurityCriticalAttribute]
public abstract partial class SafeHandleZeroOrMinusOneIsInvalid : System.Runtime.InteropServices.SafeHandle
{
- internal SafeHandleZeroOrMinusOneIsInvalid() { }
+ protected SafeHandleZeroOrMinusOneIsInvalid() { }
public override bool IsInvalid { [System.Security.SecurityCriticalAttribute]get { throw null; } }
}
[System.Security.SecurityCriticalAttribute]