Skip to content

Instantly share code, notes, and snippets.

@Criteo-dotnet-blog
Created April 24, 2017 07:55
Show Gist options
  • Save Criteo-dotnet-blog/b7b531aab38428330c5a5e492d477bd0 to your computer and use it in GitHub Desktop.
Save Criteo-dotnet-blog/b7b531aab38428330c5a5e492d477bd0 to your computer and use it in GitHub Desktop.
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