1 implementation of _AssemblyBuilder
mscorlib (1)
system\reflection\emit\assemblybuilder.cs (1)
177public sealed class AssemblyBuilder : Assembly, _AssemblyBuilder
5 references to _AssemblyBuilder
mscorlib (5)
system\reflection\emit\assemblybuilder.cs (5)
175[ComDefaultInterface(typeof(_AssemblyBuilder))] 2163void _AssemblyBuilder.GetTypeInfoCount(out uint pcTInfo) 2168void _AssemblyBuilder.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo) 2173void _AssemblyBuilder.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId) 2180void _AssemblyBuilder.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)