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
);[JScript]
public function CreateObjRef(
requestedType : Type
) : ObjRef;Information required to generate a proxy.
| Exception | Description |
|---|---|
| SecurityException | The immediate caller does not have infrastructure permission. |
| RemotingException | This instance is not a valid remoting object. |
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
© WeOnlyDo Software. All Rights Reserved.