CreateObjRef() 공개 메소드

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