C# 클래스 UnityEditor.Scripting.Compilers.Il2CppOutputParser

상속: CompilerOutputParserBase
파일 보기 프로젝트 열기: randomize/VimConfig

공개 메소드들

메소드 설명
Parse ( string errorOutput, string standardOutput, bool compilationHadFailure ) : IEnumerable

보호된 메소드들

메소드 설명
GetErrorIdentifier ( ) : string
GetOutputRegex ( ) : Regex

메소드 상세

GetErrorIdentifier() 보호된 메소드

protected GetErrorIdentifier ( ) : string
리턴 string

GetOutputRegex() 보호된 메소드

protected GetOutputRegex ( ) : Regex
리턴 System.Text.RegularExpressions.Regex

Parse() 공개 메소드

public Parse ( string errorOutput, string standardOutput, bool compilationHadFailure ) : IEnumerable
errorOutput string
standardOutput string
compilationHadFailure bool
리턴 IEnumerable