summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorKonstantin Baladurin <k.baladurin@samsung.com>2019-07-05 19:36:28 +0300
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>2019-10-15 06:54:39 +0900
commit5647236eac21fb0e01a55a12289a66bc9f874f19 (patch)
treef81eede622d29edc955cf9fe3d5dcb670ec95675 /src/inc
parentc4c19b84a37bbc750e2cc13570dd096b13abfff0 (diff)
downloadcoreclr-accepted/tizen/unified/20191015.012049.tar.gz
coreclr-accepted/tizen/unified/20191015.012049.tar.bz2
coreclr-accepted/tizen/unified/20191015.012049.zip
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/corhost.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/inc/corhost.h b/src/inc/corhost.h
index 09ea994b59..1ff6cafe92 100644
--- a/src/inc/corhost.h
+++ b/src/inc/corhost.h
@@ -218,6 +218,11 @@ public:
LPCWSTR* argv,
DWORD* pReturnValue);
+ static HRESULT PreloadAssembly(
+ LPCSTR szPath);
+
+ static HRESULT UnloadPreloadedAssemblies();
+
static STARTUP_FLAGS GetStartupFlags();
static BOOL HasStarted()