CSYSiShellExecute Method |
Namespace: GeoEngine.Core.GXNet
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 )
Public Shared Function iShellExecute ( verb As String, file As String, parameters As String, directory As String, show As Integer ) As Integer Public Shared Function iShellExecute ( verb As String, file As String, parameters As String, directory As String, show As Integer ) As Integer
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 )
static member iShellExecute : verb : string * file : string * parameters : string * directory : string * show : int -> int static member iShellExecute : verb : string * file : string * parameters : string * directory : string * show : int -> int