summaryrefslogtreecommitdiff
path: root/src/coreclr/hosts/inc/coreclrhost.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreclr/hosts/inc/coreclrhost.h')
-rw-r--r--src/coreclr/hosts/inc/coreclrhost.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coreclr/hosts/inc/coreclrhost.h b/src/coreclr/hosts/inc/coreclrhost.h
index d1ec724974..7058492a9d 100644
--- a/src/coreclr/hosts/inc/coreclrhost.h
+++ b/src/coreclr/hosts/inc/coreclrhost.h
@@ -22,6 +22,9 @@
extern "C" int CORECLR_CALLING_CONVENTION function(__VA_ARGS__); \
typedef int (CORECLR_CALLING_CONVENTION *function##_ptr)(__VA_ARGS__)
+CORECLR_HOSTING_API(coreclr_preload_assembly,
+ const char* assemblyPath);
+
//
// Initialize the CoreCLR. Creates and starts CoreCLR host and creates an app domain
//