Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save chrisnas/32b312f2f5ffb9667bff06ce50a0507a to your computer and use it in GitHub Desktop.
_serviceProvider.AddServiceFactory(typeof(ClrRuntime), () => CreateRuntime(target));
// ClrMD helper for extended commands
_serviceProvider.AddServiceFactory(typeof(ClrMDHelper), () =>
new ClrMDHelper(_serviceProvider)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment