ObjectCreationDelegate

ObjectCreationDelegateserializable

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( )



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System