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