Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public partial class DebuggerExtensions
  2. {
  3.     public static IDebugClient DebugClient { get; private set; }
  4.  
  5.     public static DataTarget DataTarget { get; private set; }
  6.  
  7.     public static ClrRuntime Runtime { get; private set; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement