コード例 #1
0
 public void Dispose()
 {
     if (this.specifyPropertyPages != null)
     {
         Marshal.ReleaseComObject(this.specifyPropertyPages);
     }
     this.specifyPropertyPages = null;
 }
コード例 #2
0
 public void Dispose()
 {
     if (this.specifyPropertyPages != null)
     {
         Marshal.ReleaseComObject(this.specifyPropertyPages);
     }
     this.specifyPropertyPages = null;
 }
コード例 #3
0
 public DirectShowPropertyPage(string name, DShowNET.ISpecifyPropertyPages specifyPropertyPages)
 {
     base.Name = name;
     base.SupportsPersisting   = false;
     this.specifyPropertyPages = specifyPropertyPages;
 }
コード例 #4
0
 public DirectShowPropertyPage(string name, DShowNET.ISpecifyPropertyPages specifyPropertyPages)
 {
     base.Name = name;
     base.SupportsPersisting = false;
     this.specifyPropertyPages = specifyPropertyPages;
 }