summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorJohn Salem <josalem@microsoft.com>2018-10-24 20:29:40 -0700
committerJan Kotas <jkotas@microsoft.com>2018-10-24 20:29:40 -0700
commit5d1acb06a0d426928cb8c9881ccd2400fe57abce (patch)
tree34abcf44e1e8787d3c05fe5b108b9f32ac74c052 /src/vm/ecalllist.h
parentbbf09029f78dc096f9eade80ed2c1926c900f83b (diff)
downloadcoreclr-5d1acb06a0d426928cb8c9881ccd2400fe57abce.tar.gz
coreclr-5d1acb06a0d426928cb8c9881ccd2400fe57abce.tar.bz2
coreclr-5d1acb06a0d426928cb8c9881ccd2400fe57abce.zip
Add IsCollectible property to Assembly and necessary backing functions (#20574)
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 ac5794e7f7..e168886aca 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -538,6 +538,7 @@ FCFuncStart(gAssemblyFuncs)
QCFuncElement("GetImageRuntimeVersion", AssemblyNative::GetImageRuntimeVersion)
FCFuncElement("GetManifestModule", AssemblyHandle::GetManifestModule)
FCFuncElement("GetToken", AssemblyHandle::GetToken)
+ QCFuncElement("GetIsCollectible", AssemblyNative::GetIsCollectible)
FCFuncEnd()
FCFuncStart(gAssemblyExtensionsFuncs)