public override ObjRef CreateObjRef(Type requestedType)
 {
     return(textWriter.CreateObjRef(requestedType));
 }
Ejemplo n.º 2
0
 public override System.Runtime.Remoting.ObjRef CreateObjRef(Type requestedType)
 {
     return(Run(() => textWriter.CreateObjRef(requestedType)));
 }
Ejemplo n.º 3
0
 public override ObjRef CreateObjRef(Type requestedType)
 {
     return(_tw.CreateObjRef(requestedType));
 }