Click or drag to resize
CSYSiShellExecute Method
MS ShellExecute function

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Examples iShellExecute_SYS(open;http://www.geosoft.com); iShellExecute_SYS(open;"mailto:geonet@lists.geosoft.com"); iShellExecute_SYS(open;"mailto:majordomo@lists.geosoft.com?body=UNSUBSCRIBE%20gxnet");
Syntax
public static int iShellExecute(
	string str1,
	string str2,
	string str3,
	string str4,
	int i5
)

Parameters

str1
Type: SystemString
Verb
str2
Type: SystemString
File
str3
Type: SystemString
Parameters
str4
Type: SystemString
Directory
i5
Type: SystemInt32
See SHELL_EXECUTEConstant

Return Value

Type: Int32
return value of ShellExecute command See ShellExecute description in MSDN
See Also