1 implementation of GetInterfaceImplementation
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
95
RuntimeTypeHandle IDynamicInterfaceCastable.
GetInterfaceImplementation
(RuntimeTypeHandle interfaceType)
2 references to GetInterfaceImplementation
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\IDynamicInterfaceCastable.cs (1)
52
/// Attribute required by any type that is returned by <see cref="IDynamicInterfaceCastable.
GetInterfaceImplementation
(RuntimeTypeHandle)"/>.
src\System\Runtime\InteropServices\DynamicInterfaceCastableHelpers.cs (1)
28
RuntimeTypeHandle handle = castable.
GetInterfaceImplementation
(new RuntimeTypeHandle(interfaceType));