Click or drag to resize

ILateBound Interface

X#
This interface described the methods needed for a LateBound object
When an object implements this interface then the X# runtime will not use reflection to implement late bound calls to properties or methods but will call these methods instead.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 INTERFACE ILateBound

The ILateBound type exposes the following members.

Methods
  NameDescription
Public methodNoIvarGet
Method to read a field or property late bound.
Public methodNoIvarPut
Method to update a field or property late bound.
Public methodNoMethod
Call a method in the type late bound. Arguments are passed as Clipper calling convention parameters. The method name is passed as first parameter.
Top
See Also