Click or drag to resize

ClassObject.NoIvarGet Method

X#
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
Request Example View Source

Parameters

cName
Type: String
Name of the property/field to read

Return Value

Type: Usual
the result of reading the property or field

Implements

NoIvarGet(String)
See Also