dbicTips Send comments on this topic.
CreateObjRef Method
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace > dbiTips Class : CreateObjRef Method

requestedType
The System.Type of the object that the new System.Runtime.Remoting.ObjRef will reference.
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.

Syntax

Visual Basic (Declaration) 
Public Overridable Function CreateObjRef( _
   ByVal requestedType As System.Type _
) As System.Runtime.Remoting.ObjRef
C# 
public virtual System.Runtime.Remoting.ObjRef CreateObjRef( 
   System.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.

Exceptions

ExceptionDescription
System.Runtime.Remoting.RemotingExceptionThis instance is not a valid remoting object.
System.Security.SecurityExceptionThe immediate caller does not have infrastructure permission.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also