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