6 [Guid(
"A4924B27-6E3B-37F7-9B83-A4501955E6A7")]
void GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId)
Maps a set of names to a corresponding set of dispatch identifiers.
Exposes the T:System.Reflection.Emit.ILGenerator class to unmanaged code.
Generates Microsoft intermediate language (MSIL) instructions.
Represents a globally unique identifier (GUID).To browse the .NET Framework source code for this type...
void GetTypeInfoCount(out uint pcTInfo)
Retrieves the number of type information interfaces that an object provides (either 0 or 1).
A platform-specific type that is used to represent a pointer or a handle.
ComInterfaceType
Identifies how to expose an interface to COM.
void GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo)
Retrieves the type information for an object, which can be used to get the type information for an in...
void Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)
Provides access to properties and methods exposed by an object.