public static void OpenProject (string projectPath, params string[] args);

Parámetros

projectPathThe path of a project to open.
argsArguments to pass to command line.

Descripción

Abrir otro proyecto.

Note that this function will not exit immediately. It will open another project after executing function returns.