We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2083a commit 44bccb8Copy full SHA for 44bccb8
deadlock-dotnet-sdk/Domain/SafeHandleEx.cs
@@ -7,6 +7,7 @@
7
using Windows.Win32.Security;
8
using Windows.Win32.System.Threading;
9
using static Windows.Win32.PInvoke;
10
+using ACCESS_MASK = PInvoke.Kernel32.ACCESS_MASK;
11
12
namespace deadlock_dotnet_sdk.Domain;
13
@@ -92,7 +93,6 @@ internal SafeHandleEx(NativeMethods.SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX sysHandleE
92
93
public ushort CreatorBackTraceIndex => SysHandleEx.CreatorBackTraceIndex;
94
/// <inheritdoc cref="SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX.GrantedAccess"/>
95
public ACCESS_MASK GrantedAccess => SysHandleEx.GrantedAccess;
-
96
/// <summary>
97
/// The Type of the object as a string.
98
/// </summary>
0 commit comments