| 12345678910111213141516171819202122 |
- #include "NETHost.h"
- namespace Atomic
- {
- String NETHost::coreCLRFilesAbsPath_;
- String NETHost::coreCLRAssemblyLoadPaths_;
- String NETHost::coreCLRTPAPaths_;
- NETHost::NETHost(Context* context) :
- Object(context)
- {
- }
- NETHost::~NETHost()
- {
- }
- }
|