1 implementation of Iid
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\IUnknownDerivedAttribute.cs (1)
24
public Guid
Iid
=> T.Iid;
2 references to Iid
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\ComInterfaceMarshaller.cs (1)
24
private static readonly Guid? TargetInterfaceIID = StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(T).TypeHandle)?.
Iid
;
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
130
int hr = IUnknownStrategy.QueryInterface(_instancePointer, details.
Iid
, out void* ppv);