CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
marshal_by_ref_object.h
1
3#ifndef _marshal_by_ref_object_h_
4#define _marshal_by_ref_object_h_
5
6#include <system/object.h>
7
8namespace System {
9
14class ASPOSECPP_SHARED_CLASS MarshalByRefObject: virtual public Object
15{
16 RTTI_INFO(MarshalByRefObject, ::System::BaseTypesInfo<Object>)
17public:
18 //virtual ObjRef CreateObjRef(Type requestedType);
19 //Object GetLifetimeService();
20 //virtual Object InitializeLifetimeService();
21
22 //MarshalByRefObject MemberwiseClone(bool)
23protected:
26};
27
28} // System
29#endif
Provides access to objects across application domain boundaries in remoting-enabled applications....
Definition: marshal_by_ref_object.h:15
MarshalByRefObject()
Constructs an instance.
Definition: marshal_by_ref_object.h:25
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