1 implementation of IDispatch
mscorlib (1)
system\Runtime\InteropServices\ComEventsSink.cs (1)
24internal class ComEventsSink : NativeMethods.IDispatch, ICustomQueryInterface
7 references to IDispatch
mscorlib (7)
system\reflection\assembly.cs (1)
1204if (iid == typeof(NativeMethods.IDispatch).GUID)
system\Runtime\InteropServices\ComEventsSink.cs (6)
122void NativeMethods.IDispatch.GetTypeInfoCount(out uint pctinfo) { 127void NativeMethods.IDispatch.GetTypeInfo(uint iTInfo, int lcid, out IntPtr info) { 132void NativeMethods.IDispatch.GetIDsOfNames(ref Guid iid, string[] names, uint cNames, int lcid, int[] rgDispId) { 157unsafe void NativeMethods.IDispatch.Invoke( 243if (iid == this._iidSourceItf || iid == typeof(NativeMethods.IDispatch).GUID) { 244ppv = Marshal.GetComInterfaceForObject(this, typeof(NativeMethods.IDispatch), CustomQueryInterfaceMode.Ignore);