ILateBound Interface |
Namespace: XSharp
The ILateBound type exposes the following members.
Name | Description | |
---|---|---|
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.
|