4 references to GetObject
System.AddIn (1)
System\Addin\Hosting\RemotingHelper.cs (1)
67
return (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)
487
this.controllerConduit = Activator.
GetObject
(Type.GetType(controllerConduitTypeName), url.AbsolutePath) as IWorkflowDebugger;
512
this.controllerConduit = Activator.
GetObject
(controllerConduitType, url.AbsolutePath) as IWorkflowDebugger;