天软金融分析.NET函数大全
>
TSL函数
>
资源访问函数
>
进程相关函数
SysGetenvs
复制链接
简述
获取当前运行环境的全部环境变量串。
定义
Sysgetenvs():array of string
参数
名称
类型
说明
返回
array of string
一维字符串数组,环境变量集合。每一行都是A=B格式字符串,其中A为环境变量名,B为环境变量值。
范例
读取当前运行环境的所有环境变量
return SysGetenvs();
//部分结果截图:
参考
Sysputenv
、
Sysputenv
相关
Sleep
SysExec
SysTerminate
SysParamcount
SysParamStr
SysCmdLine
SysProcessID
SysThreadID
SysCreateMutex
SysReleaseMutex
SysWaitForSingleObject
SysWaitForMultipleObjects
SysCloseHandle
SysGetLastError
SysErrorMessage
运行进程的环境变量
SysPutenv
Sysgetenv
SysGetenvs
子进程相关函数
SysexecSetenvs
SysexecGetenvs
SysexecNewpipe
SysexecDeletepipe
SysexecReadpipe
SysExecWritepipe
TslFileName
获取COM进程
TSL解释器对网格计算的支持
SysExec定义二
dbglocalrunning
dbglocalcancel
SysThreadSelf
syslinuxkrnlclosemutex
SysSetThreadPriority
SysGetThreadPriority
SysSetProcessPriority
SysGetProcessPriority
SysGetProcessList
SysGetProcessListw
SysGetProcessNamePath
SysGetProcessNamePathw
SysGetProcessCmdLine
SysGetProcessCmdLinew
SysSetThreadName
SysGetThreadName
SysGetThreads
SysPPid
SysGetSubProcesses
SysKill
SysPidOfTid
SysPidOfHandle
SysHandleOfPid