Метод | Описание | |
---|---|---|
PrependMono ( [ dotNetExecutable ) : string |
Prepends the correct Mono name to the .NET executable, if needed.
|
|
StartDotNetProcess ( [ assemblyLocation, [ assemblyArgs, bool detachIfMono ) : |
Starts a .NET process, using Mono if necessary.
|
Метод | Описание | |
---|---|---|
MonoCompat ( ) : System |
public static PrependMono ( [ dotNetExecutable ) : string | ||
dotNetExecutable | [ | |
Результат | string |
public static StartDotNetProcess ( [ assemblyLocation, [ assemblyArgs, bool detachIfMono ) : |
||
assemblyLocation | [ | .NET executable path. |
assemblyArgs | [ | Arguments to pass to the executable. |
detachIfMono | bool | If true, new process will be detached under Mono. |
Результат |