Example #1
0
 /// <summary>
 /// Create a new instance of the MDANotificationStopReason class.
 /// </summary>
 /// <param name="mda">Generated MDA notification.</param>
 public MDANotificationStopReason(CorDebug.CorMDA mda)
 {
     Debug.Assert(mda != null);
     m_mda = mda;
 }
Example #2
0
 /// <summary>
 /// Create a new instance of the MDANotificationStopReason class.
 /// </summary>
 /// <param name="mda">Generated MDA notification.</param>
 public MDANotificationStopReason(CorDebug.CorMDA mda)
 {
     Debug.Assert(mda != null);
     m_mda = mda;
 }