'Declaration Public Overridable Function CreateObjRef( _ ByVal requestedType As Type _ ) As ObjRef
public virtual ObjRef CreateObjRef( Type requestedType )
Parameters
- requestedType
- The System.Type of the object that the new System.Runtime.Remoting.ObjRef will reference.
Return Value
Information required to generate a proxy.