summaryrefslogtreecommitdiff
path: root/src/dlls/mscoree/mscorwks_ntdef.src
blob: 3611e0c140393dc46b8f3bf088eac89e94fa32df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
; See the LICENSE file in the project root for more information.

EXPORTS
;
;   Common exports
;



        GetCLRRuntimeHost

        ; dbgshim.dll depends on g_CLREngineMetrics having an ordinal of 2.
        ; This cannot change, or else CoreCLR debugging will not work.
        ; See clr\src\DLLS\dbgshim\dbgshim.cpp.
        g_CLREngineMetrics                                  @2 data

        ; VS depends on CLRJitAttachState having a ordinal of 3. This cannot change.
        CLRJitAttachState                                   @3 data
        
        ; Unix hosting API
        coreclr_preload_assembly
        coreclr_create_delegate
        coreclr_execute_assembly
        coreclr_initialize
        coreclr_shutdown
        coreclr_shutdown_2

        ; il{d}asm
        MetaDataGetDispenser
        GetMetaDataInternalInterface
        GetMetaDataInternalInterfaceFromPublic
        GetMetaDataPublicInterfaceFromInternal