ResourceFile Constructor (Typed) | |
Construct a resource file object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
sName AS STRING
)
public ResourceFile(
string sName
)
Request Example
View SourceParameters
- sName
- Type: String
The name of the resource file, either an .EXE or .DLL file. If omitted, the default is the executable (.EXE) program file name.
See Also