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