[This is preliminary documentation and is subject to change.]

Starts a .NET process, using Mono if necessary.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public static Process StartDotNetProcess(
	string assemblyLocation,
	string assemblyArgs,
	bool detachIfMono
)

Parameters

assemblyLocation
String
.NET executable path.
assemblyArgs
String
Arguments to pass to the executable.
detachIfMono
Boolean
If true, new process will be detached under Mono.

Return Value

Process object

See Also