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