1 implementation of _Module
mscorlib (1)
system\reflection\module.cs (1)
68
public abstract class Module :
_Module
, ISerializable, ICustomAttributeProvider
5 references to _Module
mscorlib (5)
system\reflection\module.cs (5)
63
[ComDefaultInterface(typeof(
_Module
))]
565
void
_Module
.GetTypeInfoCount(out uint pcTInfo)
570
void
_Module
.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo)
575
void
_Module
.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId)
580
void
_Module
.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)