C# Класс CSharpInterpreter.InitializeCompilerForUnity3D, CSharp-Interpreter-for-Unity-3D

Performs initialization of the C# compiler.
Most of this method's code is a hack as a workaround for the wrong GAC path and compiler search logic that is baked into Unity.
Показать файл Открыть проект

Открытые методы

Метод Описание
RunOnce ( ) : void

Приватные методы

Метод Описание
SearchForFullPath ( string fileNameWithoutExtension, IEnumerable searchPaths ) : string

Описание методов

RunOnce() публичный статический Метод

public static RunOnce ( ) : void
Результат void