1 implementation of _MemberInfo
mscorlib (1)
system\reflection\memberinfo.cs (1)
28public abstract class MemberInfo : ICustomAttributeProvider, _MemberInfo
6 references to _MemberInfo
mscorlib (6)
system\reflection\memberinfo.cs (6)
20[ComDefaultInterface(typeof(_MemberInfo))] 129Type _MemberInfo.GetType() 134void _MemberInfo.GetTypeInfoCount(out uint pcTInfo) 139void _MemberInfo.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo) 144void _MemberInfo.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId) 149void _MemberInfo.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)