C # in a Nutshell, Second Edition
Use this delegate with the ExtensibleClassFactory.RegisterObjectCreationCallback( ) method to create a COM object. public delegate IntPtr ObjectCreationDelegate (IntPtr aggregator ); Passed To
ExtensibleClassFactory.RegisterObjectCreationCallback( ) |