C# Class fCraft.MonoCompat

Class dedicated to solving Mono compatibility issues
Afficher le fichier Open project: GlennMR/800craft

Méthodes publiques

Méthode Description
PrependMono ( [ dotNetExecutable ) : string

Prepends the correct Mono name to the .NET executable, if needed.

StartDotNetProcess ( [ assemblyLocation, [ assemblyArgs, bool detachIfMono ) : Process

Starts a .NET process, using Mono if necessary.

Private Methods

Méthode Description
MonoCompat ( ) : System

Method Details

PrependMono() public static méthode

Prepends the correct Mono name to the .NET executable, if needed.
public static PrependMono ( [ dotNetExecutable ) : string
dotNetExecutable [
Résultat string

StartDotNetProcess() public static méthode

Starts a .NET process, using Mono if necessary.
public static StartDotNetProcess ( [ assemblyLocation, [ assemblyArgs, bool detachIfMono ) : Process
assemblyLocation [ .NET executable path.
assemblyArgs [ Arguments to pass to the executable.
detachIfMono bool If true, new process will be detached under Mono.
Résultat System.Diagnostics.Process