点击或拖拽改变大小

ILateBound 接口

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.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 INTERFACE ILateBound

ILateBound 类型公开以下成员。

方法
  名称说明
公共方法NoIvarGet
Method to read a field or property late bound.
公共方法NoIvarPut
Method to update a field or property late bound.
公共方法NoMethod
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
参见