1 implementation of _PropertyInfo
mscorlib (1)
system\reflection\propertyinfo.cs (1)
31public abstract class PropertyInfo : MemberInfo, _PropertyInfo
6 references to _PropertyInfo
mscorlib (6)
system\reflection\propertyinfo.cs (6)
26[ComDefaultInterface(typeof(_PropertyInfo))] 162Type _PropertyInfo.GetType() 167void _PropertyInfo.GetTypeInfoCount(out uint pcTInfo) 172void _PropertyInfo.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo) 177void _PropertyInfo.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId) 184void _PropertyInfo.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)