Created
April 24, 2017 07:55
-
-
Save Criteo-dotnet-blog/b7b531aab38428330c5a5e492d477bd0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foreach (ClrAppDomain domain in runtime.AppDomains) | |
{ | |
ulong? timerQueue = (ulong?)staticField.GetValue(domain); | |
if (!timerQueue.HasValue || timerQueue.Value == 0) | |
continue; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment