Читати англійською Редагувати

Поділитися через


ModuleBuilder._ModuleBuilder.Invoke Method

Definition

void _ModuleBuilder.Invoke (uint dispIdMember, ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);

Parameters

dispIdMember
UInt32

The member ID.

riid
Guid

Reserved for future use. Must be IID_NULL.

lcid
UInt32

The locale context in which to interpret arguments.

wFlags
Int16

Flags describing the context of the call.

pDispParams
IntPtr

Pointer to a structure containing an array of arguments, an array of argument DISPIDs for named arguments, and counts for the number of elements in the arrays.

pVarResult
IntPtr

Pointer to the location where the result is to be stored.

pExcepInfo
IntPtr

Pointer to a structure that contains exception information.

puArgErr
IntPtr

The index of the first argument that has an error.

Implements

Exceptions

The method is called late-bound using the COM IDispatch interface.

Remarks

This method is for access to managed classes from unmanaged code, and should not be called from managed code. For more information, see IDispatch::Invoke.

This member is an explicit interface member implementation. It can be used only when the ModuleBuilder instance is cast to an _ModuleBuilder interface.

Applies to

Продукт Версії
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1