6#include <system/object.h>
7#include <system/shared_ptr.h>
Defies a method that enables object cloning - creating a copy of an object. Objects of this class sho...
Definition: icloneable.h:16
virtual System::SharedPtr< System::Object > Clone()=0
Creates a copy of the current object and returns a shared pointer to it.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9