ClassObject.NoIvarGet Method | |
Late bound access to class/static vars
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax VIRTUAL METHOD NoIvarGet(
cName AS STRING
) AS USUAL
public virtual Usual NoIvarGet(
string cName
)
Request Example
View SourceParameters
- cName
- Type: String
Name of the property/field to read
Return Value
Type:
Usualthe result of reading the property or field
Implements
NoIvarGet(String)See Also