1 implementation of _ILGenerator
mscorlib (1)
system\reflection\emit\ilgenerator.cs (1)
23public class ILGenerator : _ILGenerator
5 references to _ILGenerator
mscorlib (5)
system\reflection\emit\ilgenerator.cs (5)
21[ComDefaultInterface(typeof(_ILGenerator))] 1366void _ILGenerator.GetTypeInfoCount(out uint pcTInfo) 1371void _ILGenerator.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo) 1376void _ILGenerator.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId) 1381void _ILGenerator.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)