C# 클래스 fCraft.MonoCompat

Class dedicated to solving Mono compatibility issues
파일 보기 프로젝트 열기: GlennMR/800craft

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
MonoCompat ( ) : System

메소드 상세

PrependMono() 공개 정적인 메소드

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

StartDotNetProcess() 공개 정적인 메소드

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.
리턴 System.Diagnostics.Process