Exemplo n.º 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;
 }
Exemplo n.º 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;
 }