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