コード例 #1
0
ファイル: StopReason.cs プロジェクト: pusp/o2platform
 /// <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;
 }
コード例 #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;
 }