CreateObjRef() public method

public CreateObjRef ( Type requestedType ) : ObjRef
requestedType System.Type
return System.Runtime.Remoting.ObjRef
 public IntermediaryObjRef(MarshalByRefObject mbro, Type reqtype, RealProxy pxy) : base(mbro, reqtype)
 {
     this._custom = pxy.CreateObjRef(reqtype);
 }