You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TSNC_RaiseUnloadEvent = 0x00100000, // Finalize thread is raising managed unload event which
710
-
// may call AppDomain.Unload.
705
+
// unused = 0x00100000,
711
706
// unused = 0x00200000,
712
707
// unused = 0x00400000,
713
-
TSNC_IgnoreUnhandledExceptions = 0x00800000, // Set for a managed thread born inside an appdomain created with the APPDOMAIN_IGNORE_UNHANDLED_EXCEPTIONS flag.
708
+
// unused = 0x00800000,
714
709
TSNC_ProcessedUnhandledException = 0x01000000,// Set on a thread on which we have done unhandled exception processing so that
715
710
// we dont perform it again when OS invokes our UEF. Currently, applicable threads include:
0 commit comments