1 implementation of CreateInstance
System.ServiceModel (1)
System\ServiceModel\ComIntegration\MonikerProxyAttribute.cs (1)
22
MarshalByRefObject ICustomFactory.
CreateInstance
(Type serverType)
1 reference to CreateInstance
mscorlib (1)
system\runtime\remoting\activationservices.cs (1)
222
retObj = ((ICustomFactory)pa).
CreateInstance
(serverType);