4#include <system/component_model/type_converter.h>
6namespace System {
namespace Drawing {
17 ASPOSECPP_SHARED_RTTI_INFO_DECL();
46 const TypeInfo& destinationType)
override;
Class that handles type conversion in component model. Objects of this class should only be allocated...
Definition: type_converter.h:18
System::SharedPtr< System::Object > ConvertFrom(const System::SharedPtr< System::Object > &value)
Converts objects.
System::SharedPtr< System::Object > ConvertTo(const System::SharedPtr< System::Object > &value, const System::TypeInfo &destinationType)
Converts object to specific type.
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Represents a particular type and provides information about it.
Definition: type_info.h:109
Definition: db_command.h:9