ObjectCreationDelegate | serializable |
System.Runtime.InteropServices (mscorlib.dll) | delegate |
Use this delegate with
the
ExtensibleClassFactory.RegisterObjectCreationCallback(
) method to create a COM object.
public delegate IntPtr ObjectCreationDelegate(IntPtr aggregator);
Passed To
ExtensibleClassFactory.RegisterObjectCreationCallback(
)
|