点击或拖拽改变大小

Functions._MSave 方法

X#
Copy public and private memory variables visible within the current routine to a disk file.

命名空间:  XSharp.RT
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 FUNCTION _MSave(
	cFileName AS STRING,
	cSkel AS STRING,
	lLike AS LOGIC
) AS VOID
查看代码

参数

cFileName
类型:String
The name of the file, including an optional drive, directory, and extension. The default extension is .MEM
cSkel
类型:String
Wildcard pattern to use when saving. This can include literal characters as well as the standard wildcard characters, * and ?.
lLike
类型:Boolean
When set to TRUE then variables matching the pattern are saved. When set to FALSE then the variables that do NOT match the pattern are saved.
备注
An existing MEM file will be overwritten. When an existing file is ReadOnly then an exception will be thrown.
参见