2#ifndef _system_component_model_component_h_
3#define _system_component_model_component_h_
5#include "system/marshal_by_ref_object.h"
6#include "system/component_model/icomponent.h"
8namespace System {
namespace ComponentModel {
17 typedef System::BaseTypesInfo<MarshalByRefObject, IComponent> ThisBaseTypesInfo;
25 ASPOSECPP_SHARED_API
void Dispose(
bool disposing =
false);
Dummy class to make translated code using Component class compilable. Objects of this class should on...
Definition: component.h:15
Component()
RTTI information.
void Dispose(bool disposing=false)
Disposable pattern support; does nothing.
bool get_DesignMode()
Checks if component is in design mode.
Dummy class for IComponent-using code to compile after translating. Objects of this class should only...
Definition: icomponent.h:14
Provides access to objects across application domain boundaries in remoting-enabled applications....
Definition: marshal_by_ref_object.h:15
Definition: db_command.h:9