Skip to content

Instantly share code, notes, and snippets.

@chrisnas
Created November 8, 2020 16:20
Show Gist options
  • Select an option

  • Save chrisnas/fc6772c92c856a51bfae91fd053bbe6c to your computer and use it in GitHub Desktop.

Select an option

Save chrisnas/fc6772c92c856a51bfae91fd053bbe6c to your computer and use it in GitHub Desktop.
public class ClrMDHelper
{
private readonly ClrRuntime _clr;
private readonly ClrHeap _heap;
public ClrMDHelper(ServiceProvider provider)
{
_clr = provider.GetService<ClrRuntime>();
_heap = _clr.Heap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment