MemVar.PublicFind Method | |
Find a public variable
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD PublicFind(
cName AS STRING
) AS MemVar
public static MemVar PublicFind(
string cName
)
Request Example
View SourceParameters
- cName
- Type: String
The name of the memory variable.
Return Value
Type:
MemVarSee Also