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

상속: CompilerOutputParserBase
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

보호된 메소드들

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