summaryrefslogtreecommitdiff
path: root/src/dlls/mscoree/mscorwks_unixexports.src
blob: ddbe76b3e95845e64a12c6f17702a909d68c7a97 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
; 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

; PAL module registration
PAL_RegisterModule
PAL_UnregisterModule

; Functions exported by the coreclr
CoreDllMain
DllMain
GetCLRRuntimeHost

; Win32 API and other PAL functions used by the System.Private.CoreLib
CloseHandle
CoTaskMemAlloc
CoTaskMemRealloc
CoTaskMemFree
CreateEventW
CreateEventExW
CreateMutexW
CreateMutexExW
CreateSemaphoreW
CreateSemaphoreExW
FormatMessageW
FreeEnvironmentStringsW
GetCurrentProcessId
GetCurrentThreadId
GetEnvironmentStringsW
GetEnvironmentVariableW
GetStdHandle
GetSystemInfo
LocalAlloc
LocalReAlloc
LocalFree
OpenEventW
OpenMutexW
OpenSemaphoreW
OutputDebugStringW
QueryPerformanceCounter  
QueryPerformanceFrequency
ReleaseMutex
ReleaseSemaphore
ResetEvent
SetEnvironmentVariableW
SetEvent
SysAllocStringByteLen
SysAllocStringLen
SysFreeString
SysStringLen
WriteFile