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