Go to the documentation of this file.
2 using namespace System;
5 #define __ESTRING System::String^
6 #define __ECLASS ref class
8 #define __EOVERRIDE override
9 #define __EPUBLIC public
10 #define __ENULLPTR nullptr
11 #define __EBYTEARR cli::array<Byte>
12 #define __EABSTRACT abstract
16 #define __ESTRING std::string
17 #define __ECLASS class
21 #define __ENULLPTR NULL
22 #define __EBYTEARR char