RealProxy::CreateObjRef Method (Type^)
.NET Framework (current version)
Creates an ObjRef for the specified object type, and registers it with the remoting infrastructure as a client-activated object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- requestedType
-
Type:
System::Type^
The object type that an ObjRef is created for.
Return Value
Type: System.Runtime.Remoting::ObjRef^A new instance of ObjRef that is created for the specified type.
.NET Framework
Available since 1.1
Available since 1.1
Show: