Enables users to write activation code for managed objects that extend MarshalByRefObject.
See Also: ICustomFactory Members
You can enable custom activation by providing a proxy class that implements ICustomFactory and attributing the MarshalByRefObject class with the System.Runtime.Remoting.Proxies.ProxyAttribute. When the class is activated, the proxy's ICustomFactory.CreateInstance(Type) method is called by the common language runtime to activate the class.