System.Runtime.InteropServices.ObjectCreationDelegate Delegate

Creates a COM object.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public delegate IntPtr ObjectCreationDelegate (IntPtr aggregator)

Parameters

aggregator
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

This delegate is called to create a COM object as an alternative to CoCreateInstance when a managed object needs to create a new instance of its unmanaged portion. The IUnknown interface of the managed object is passed as a parameter and the delegate should return the IUnknown interface of the unmanaged object. Both interfaces are passed as type IntPtr to avoid marshaling.

Every derived class of Delegate and MulticastDelegate has a constructor and an Invoke method.

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0