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