Introduction - If you have any usage issues, please Google them yourself
This sample demonstrates a clonable object that implements the IClone interface. This sample supplements the "Implement cloning" topic (refer to the "See Also" link at the bottom of this sample). This sample creates an instance of a user-defined clonable object that has managed and unmanaged class members, then the test application clones the object, and reports the values of class members from original and cloned objects in a console window.
How to use