CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
icomponent.h
1
2#ifndef _system_component_model_icomponent_h_
3#define _system_component_model_icomponent_h_
4
5#include "system/object.h"
6
7namespace System { namespace ComponentModel {
8
13class ASPOSECPP_SHARED_CLASS IComponent : virtual public System::Object
14{
16 RTTI_INFO(IComponent, ::System::BaseTypesInfo<System::Object>)
17public:
18};
19
20}}
21
22#endif
Dummy class for IComponent-using code to compile after translating. Objects of this class should only...
Definition: icomponent.h:14
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Definition: db_command.h:9