Click or drag to resize

CSYSiShellExecute Method

Call Microsoft ShellExecute function (See `MSDN <https://msdn.microsoft.com/en-us/library/windows/desktop/bb762153(v=vs.85).aspx>`_)

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iShellExecute(
	string verb,
	string file,
	string parameters,
	string directory,
	int show
)

public static int iShellExecute(
	string verb,
	string file,
	string parameters,
	string directory,
	int show
)

Parameters

verb
Type: SystemString
Verb
file
Type: SystemString
File
parameters
Type: SystemString
Parameters
directory
Type: SystemString
Directory
show
Type: SystemInt32
<define>SHELL_EXECUTE</define>

Return Value

Type: Int32
return value of ShellExecute as documented on MSDN
See Also