ILateBound.NoMethod Method | |
Call a method in the type late bound. Arguments are passed as Clipper calling convention parameters.
The method name is passed as first parameter.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax METHOD NoMethod() AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
Usual NoMethod()
Return Value
Type:
UsualResult of MethodCall
See Also