AssemblyBuilder._AssemblyBuilder.Invoke Method

Definition

Provides access to properties and methods exposed by an object.

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

Parameters

dispIdMember
UInt32

Identifies the member.

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.

Applies to

Product Versies
.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