1 implementation of _MethodInfo
mscorlib (1)
system\reflection\methodinfo.cs (1)
38public abstract class MethodInfo : MethodBase, _MethodInfo
6 references to _MethodInfo
mscorlib (6)
system\reflection\methodinfo.cs (6)
33[ComDefaultInterface(typeof(_MethodInfo))] 100Type _MethodInfo.GetType() 105void _MethodInfo.GetTypeInfoCount(out uint pcTInfo) 110void _MethodInfo.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo) 115void _MethodInfo.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId) 122void _MethodInfo.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)