Пример #1
0
 /// <summary>
 /// Destroy a previously created component
 /// Release an acquired reference on a component. Only actually destroys the component when
 /// the last reference is being released.
 /// </summary>
 public void Dispose()
 {
     MMALNativeMethods.ComponentDestroy(this.m_handle);
 }