DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section