1 implementation of _PropertyBuilder
mscorlib (1)
system\reflection\emit\propertybuilder.cs (1)
34public sealed class PropertyBuilder : PropertyInfo, _PropertyBuilder
5 references to _PropertyBuilder
mscorlib (5)
system\reflection\emit\propertybuilder.cs (5)
32[ComDefaultInterface(typeof(_PropertyBuilder))] 262void _PropertyBuilder.GetTypeInfoCount(out uint pcTInfo) 267void _PropertyBuilder.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo) 272void _PropertyBuilder.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId) 277void _PropertyBuilder.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)