4 references to GetObject
System.AddIn (1)
System\Addin\Hosting\RemotingHelper.cs (1)
67return (AddInServer)Activator.GetObject(Type.GetType(@"System.AddIn.Hosting.AddInServer")
System.Runtime.Remoting (1)
services\remotingclientproxy.cs (1)
43_tp = Activator.GetObject(_type, _url);
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
487this.controllerConduit = Activator.GetObject(Type.GetType(controllerConduitTypeName), url.AbsolutePath) as IWorkflowDebugger; 512this.controllerConduit = Activator.GetObject(controllerConduitType, url.AbsolutePath) as IWorkflowDebugger;