From adf89f8ad08eaf477b768d76d3902d123fd916e2 Mon Sep 17 00:00:00 2001 From: Konstantin Baladurin Date: Fri, 5 Jul 2019 19:36:28 +0300 Subject: [Tizen] Add coreclr_preload_assembly to CoreCLR host API --- src/coreclr/hosts/inc/coreclrhost.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/coreclr/hosts/inc') 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 // -- cgit v1.2.3