summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorSung Yoon Whang <suwhang@microsoft.com>2019-05-21 23:06:17 -0700
committerGitHub <noreply@github.com>2019-05-21 23:06:17 -0700
commitf33ffab85335b9ca6b0f669d59de599e981c295f (patch)
tree3ef8ec1c01937fc9d5263707cc6442145ac105cf /src/vm/ecalllist.h
parentbe5445e56ea2bdb6de907e3f892ca732fc802f0f (diff)
downloadcoreclr-f33ffab85335b9ca6b0f669d59de599e981c295f.tar.gz
coreclr-f33ffab85335b9ca6b0f669d59de599e981c295f.tar.bz2
coreclr-f33ffab85335b9ca6b0f669d59de599e981c295f.zip
Add runtime counter for current assemblies loaded (#24698)
* Consume # of assemblies loaded * Fix names * Fix build * Add ifdef in assemblynative.hpp * fix merge error * fix build break * Address PR feedback * Fix linux build * Remove ifdef
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index fa616b87ec..b69b52e9e9 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -540,6 +540,7 @@ FCFuncEnd()
FCFuncStart(gAssemblyFuncs)
QCFuncElement("GetEntryAssemblyNative", AssemblyNative::GetEntryAssembly)
QCFuncElement("GetExecutingAssemblyNative", AssemblyNative::GetExecutingAssembly)
+ FCFuncElement("GetAssemblyCount", AssemblyNative::GetAssemblyCount)
FCFuncEnd()
FCFuncStart(gAssemblyBuilderFuncs)