1 implementation of TryGetTableInfo
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\DefaultCaching.cs (1)
28
bool IIUnknownCacheStrategy.
TryGetTableInfo
(RuntimeTypeHandle handle, out IIUnknownCacheStrategy.TableInfo info)
2 references to TryGetTableInfo
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\ComObject.cs (2)
123
if (!CacheStrategy.
TryGetTableInfo
(handle, out result))
143
bool found = CacheStrategy.
TryGetTableInfo
(handle, out result);