1 type derived from __ComObject
mscorlib (1)
system\runtime\interopservices\windowsruntime\runtimeclass.cs (1)
53internal abstract class RuntimeClass : __ComObject
13 references to __ComObject
mscorlib (13)
system\__comobject.cs (2)
144__ComObject ComObj = o as __ComObject;
system\runtime\interopservices\marshal.cs (10)
1960__ComObject co = null; 1965co = (__ComObject)o; 1991__ComObject co = null; 1996co = (__ComObject)o; 2025__ComObject comObj = null; 2030comObj = (__ComObject)obj; 2062__ComObject comObj = null; 2067comObj = (__ComObject)obj; 2524System.__ComObject comObj = obj as System.__ComObject;
system\runtime\remoting\objref.cs (1)
779pUnk = ((__ComObject)ret).GetIUnknown(out fIsURTAggregated);