Add IsCollectible property to Memberinfo and MethodInfo (#21155)
[platform/upstream/coreclr.git] / src / vm / runtimehandles.h
index e1f265d..739eb24 100644 (file)
@@ -313,6 +313,8 @@ public:
     static
     void * QCALLTYPE GetFunctionPointer(MethodDesc * pMethod);
 
+    static BOOL QCALLTYPE GetIsCollectible(MethodDesc * pMethod);
+
     static FCDECL1(INT32, GetAttributes, MethodDesc *pMethod);
     static FCDECL1(INT32, GetImplAttributes, ReflectMethodObject *pMethodUNSAFE);
     static FCDECL1(ReflectClassBaseObject*, GetDeclaringType, MethodDesc *pMethod);