ZylBurner.NET

Burner Members

Burner overview

Public Instance Constructors

Burner Overloaded. Initializes a new instance of the Burner class.

Public Instance Properties

Artist artist of the CD/DVD
CloseSession close current session
Container (inherited from Component) Gets the IContainer that contains the Component.
ContinueSession if the value of this property is higher than -1, then the specified session will be imported and the disk will be continued. The value 0 represents the first session.
DetectNonEmptyDisk detect non empty CD/DVD
DisableEject disable eject after burn
DiskType specify the type of the disk, which can be Data, Audio, Video or Super Video
DVD specify the media type. If true then is DVD else is CD
Files list of files or folders to burn
ForceEraseDisk force erase disk
HideNeroCmd if this property is true then NeroCmd window is hidden
ShowMessages enable / disable messages
Site (inherited from Component) Gets or sets the ISite of the Component.
Speed burn speed
SpeedTest speedtest before burn
Synchronous if this property is true then the component works in synchronous mode. In synchronous mode the operational functions (Burn, Erase, BurnImage, Eject) always wait for the end of the current operation and return a value which indicates if the operation was successful or not. If this property is true then the return value of the operational functions is always 0, and the functions don't wait for the end of the current operation.
Tao tao mode enabled
Title title of the CD/DVD
UnderrunProtection underrun protection activated
Verify verify CD/DVD
VolumeLabel volume label of the CD

Public Instance Methods

Burn burns CD / DVD using the specified burner drive. The type of the disk is specified in the DiskType property.
BurnAudio burns audio CD using the specified burner drive.
BurnData burns data CD/DVD using the specified burner drive.
BurnDVDVideo burns video DVD using the specified burner drive.
BurnImage burns CD from image file using the specified burner drive.
BurnSuperVideo burns supervideo CD using the specified burner drive.
BurnVideo burns video CD using the specified burner drive.
CreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
Eject ejects the specified burner drive.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Erase erases rewritable using the specified burner drive.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetNeroCmdLocation gets the current value of NeroCmd.exe's location used by the component
GetType (inherited from Object) Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
SetNeroCmdLocation sets the location of NeroCmd.exe (including the name of the file)
ToString (inherited from Component) 

Public Instance Events

Disposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.
Error Occures when error occured during the burning process.
Success Occures when data successfuly burnt.

Protected Instance Properties

DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component) Gets the list of event handlers that are attached to this Component.

Protected Instance Methods

DisposeOverloaded. Clean up any resources being used.
Finalize (inherited from Component) Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnError Raises the Error event.
OnSuccess Raises the Success event.

See Also

Burner Class | ZylBurner Namespace