'Declaration Public Function CreateObjRef( _ ByVal requestedType As Type _ ) As ObjRef
public 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.