コード例 #1
0
 /// <summary>
 /// Registers the object that provides stack debug support
 /// </summary>
 /// <param name="stackDebugSupport">Stack debug support object</param>
 public static void RegisterStackDebugSupport(IStackDebugSupport stackDebugSupport)
 {
     s_StackDebugSupport = stackDebugSupport;
 }
コード例 #2
0
 /// <summary>
 /// Sets the object that provides stack debug support
 /// </summary>
 /// <param name="stackDebugSupport"></param>
 public void SetStackDebugSupport(IStackDebugSupport stackDebugSupport)
 {
     StackDebugSupport = stackDebugSupport;
 }