1 implementation of _ConstructorBuilder
mscorlib (1)
system\reflection\emit\constructorbuilder.cs (1)
25public sealed class ConstructorBuilder : ConstructorInfo, _ConstructorBuilder
5 references to _ConstructorBuilder
mscorlib (5)
system\reflection\emit\constructorbuilder.cs (5)
23[ComDefaultInterface(typeof(_ConstructorBuilder))] 315void _ConstructorBuilder.GetTypeInfoCount(out uint pcTInfo) 320void _ConstructorBuilder.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo) 325void _ConstructorBuilder.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId) 330void _ConstructorBuilder.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)