This documentation is archived and is not being maintained.
MarshalByRefObject.CreateObjRef Method
.NET Framework 1.1
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
[Visual Basic] Public Overridable Function CreateObjRef( _ ByVal requestedType As Type _ ) As ObjRef [C#] public virtual ObjRef CreateObjRef( Type requestedType ); [C++] public: virtual ObjRef* CreateObjRef( Type* requestedType ); [JScript] public function CreateObjRef( requestedType : Type ) : ObjRef;
Parameters
Return Value
Information required to generate a proxy.
Exceptions
| Exception Type | Condition |
|---|---|
| RemotingException | This instance is not a valid remoting object. |
| SecurityException | The immediate caller does not have infrastructure permission. |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- SecurityPermission for operating with infrastructure code. Associated enumeration: SecurityPermissionFlag.Infrastructure
See Also
MarshalByRefObject Class | MarshalByRefObject Members | System Namespace
Show: