Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wrighton <davidwr@microsoft.com>2017-05-10 21:43:38 +0300
committerDavid Wrighton <davidwr@microsoft.com>2017-05-10 21:43:38 +0300
commit46e14013328c78e790065d43be7e1700a9c414ad (patch)
tree9f9809dd6032b4e12e2f9e6dc8e0c34e2cf4d47f /src/Native/Runtime/ICodeManager.h
parent0d74b53baa421a5fba4b76ea0787a440ad59871b (diff)
Add support for getting the System.Array type from the runtime
- Make it work for all TypeManagerHandle based environments - Including non INPLACE_RUNTIME based cases - Uses classlib functions architecture [tfs-changeset: 1657913]
Diffstat (limited to 'src/Native/Runtime/ICodeManager.h')
-rw-r--r--src/Native/Runtime/ICodeManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Runtime/ICodeManager.h b/src/Native/Runtime/ICodeManager.h
index 52ac36e53..016b8fd40 100644
--- a/src/Native/Runtime/ICodeManager.h
+++ b/src/Native/Runtime/ICodeManager.h
@@ -76,6 +76,7 @@ enum class ClasslibFunctionId
UnhandledExceptionHandler = 2,
AppendExceptionStackFrame = 3,
CheckStaticClassConstruction = 4,
+ GetSystemArrayEEType = 5,
};
class ICodeManager