Difference between Clone & CloneType Method - VisualCron - Forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Guest
3 years ago
Hi all,

many Classes like VisualCron.JobClass have a "Clone" and "CloneType" method.
What is the difference?
Sponsor
Forum information
Support
3 years ago
Originally Posted by: lhgsct3 

Hi all,

many Classes like VisualCron.JobClass have a "Clone" and "CloneType" method.
What is the difference?



Hi!

CloneType is to make easier as it returns the same object while Clone is the default one which returns just "Object".

Clone is added through implementation "IClonable"

To sum it up quickly: you should use CloneType.


Michael
Support
http://www.visualcron.com 

Please like  VisualCron on facebook!
Scroll to Top