コード例 #1
0
ファイル: RWSAttachments.cs プロジェクト: killbug2004/WSProf
 public void Dispose()
 {
     if (m_attachments != null && Marshal.IsComObject(m_attachments))
     {
         Marshal.ReleaseComObject(m_attachments);                
     }
     m_attachments = null;
 }
コード例 #2
0
ファイル: RWSAttachments.cs プロジェクト: killbug2004/WSProf
 internal RWSAttachments(Redemption.Attachments attachments)
 {
     m_attachments = attachments;
 }