Alvas.FileControls Class Library

CDBurner Class

CDBurner is a component for burning writable CD.

For a list of all members of this type, see CDBurner Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Alvas.Windows.Forms.FileControls.CDBurner

[Visual Basic]
Public Class CDBurner
    Inherits Component
[C#]
public class CDBurner : Component

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Example

The following example displays how record files to the writable CD

cdBurner.ClearBurnFolder();
string[] arr = new string[] {@"c:\Music"};
cdBurner.AddToBurn(arr);
cdBurner.Burn(this);

Requirements

Namespace: Alvas.Windows.Forms.FileControls

Assembly: Alvas.Windows.Forms.FileControls (in Alvas.Windows.Forms.FileControls.dll)

See Also

CDBurner Members | Alvas.Windows.Forms.FileControls Namespace