1 type derived from __ComObject
mscorlib (1)
system\runtime\interopservices\windowsruntime\runtimeclass.cs (1)
53
internal 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;
1965
co = (
__ComObject
)o;
1991
__ComObject
co = null;
1996
co = (
__ComObject
)o;
2025
__ComObject
comObj = null;
2030
comObj = (
__ComObject
)obj;
2062
__ComObject
comObj = null;
2067
comObj = (
__ComObject
)obj;
2524
System.
__ComObject
comObj = obj as System.
__ComObject
;
system\runtime\remoting\objref.cs (1)
779
pUnk = ((
__ComObject
)ret).GetIUnknown(out fIsURTAggregated);