1 implementation of ICustomFactory
System.ServiceModel (1)
System\ServiceModel\ComIntegration\MonikerProxyAttribute.cs (1)
11internal sealed class MonikerProxyAttribute : ProxyAttribute, ICustomFactory
3 references to ICustomFactory
mscorlib (2)
system\runtime\remoting\activationservices.cs (2)
220if(pa is ICustomFactory) 222retObj = ((ICustomFactory)pa).CreateInstance(serverType);
System.ServiceModel (1)
System\ServiceModel\ComIntegration\MonikerProxyAttribute.cs (1)
22MarshalByRefObject ICustomFactory.CreateInstance(Type serverType)