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