Merge branch 'tizen' into use_app_ni_path
[platform/core/dotnet/launcher.git] / NativeLauncher / launcher / dotnet / dotnet_launcher.h
index b05009d..e9e6c5d 100644 (file)
@@ -35,7 +35,9 @@ class CoreRuntime
                int launch(const char* appId, const char* root, const char* path, int argc, char* argv[]);
 
        private:
+
                bool initializeCoreClr(const char* appId, const char* assemblyProbePaths, const char* NIProbePaths, const char* pinvokeProbePaths, const char* tpaList);
+               void preloadTypes();
                coreclr_initialize_ptr initializeClr;
                coreclr_execute_assembly_ptr executeAssembly;
                coreclr_shutdown_ptr shutdown;
@@ -54,4 +56,4 @@ class CoreRuntime
 }  // namespace runtime
 }  // namespace tizen
 
-#endif /* __DOTNET_LAUNCHER_H__ */
\ No newline at end of file
+#endif /* __DOTNET_LAUNCHER_H__ */