C# Класс UnityEditor.Scripting.Compilers.MonoCSharpCompilerOutputParser

Наследование: CompilerOutputParserBase
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
GetErrorIdentifier ( ) : string
GetInternalErrorOutputRegex ( ) : Regex
GetOutputRegex ( ) : Regex
NormalizedStatusFor ( Match match ) : NormalizedCompilerStatus

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

GetErrorIdentifier() защищенный Метод

protected GetErrorIdentifier ( ) : string
Результат string

GetInternalErrorOutputRegex() защищенный Метод

protected GetInternalErrorOutputRegex ( ) : Regex
Результат System.Text.RegularExpressions.Regex

GetOutputRegex() защищенный Метод

protected GetOutputRegex ( ) : Regex
Результат System.Text.RegularExpressions.Regex

NormalizedStatusFor() защищенный Метод

protected NormalizedStatusFor ( Match match ) : NormalizedCompilerStatus
match System.Text.RegularExpressions.Match
Результат NormalizedCompilerStatus