Hello,
Yes, creation of NonCreatable object come from another object that was previously created.
For example : the StarBurnX object creates and returns the Drives collection. You can look into Drives collection in order to get the specific Drive object. This Drive object returns DiscInfo and DriveInfo objects ... etc. So if you want to see the information about track from media disc you need to Create ( and Initialize) only the StarBurnX object!
If you want to grab some tracks you should create (in additionally to StarBurnX object) the Grabber class!
Regards,
Dmitry
|