C# Class UnityEditor.Scripting.Compilers.Il2CppOutputParser

Inheritance: CompilerOutputParserBase
Afficher le fichier Open project: randomize/VimConfig

Méthodes publiques

Méthode Description
Parse ( string errorOutput, string standardOutput, bool compilationHadFailure ) : IEnumerable

Méthodes protégées

Méthode Description
GetErrorIdentifier ( ) : string
GetOutputRegex ( ) : Regex

Method Details

GetErrorIdentifier() protected méthode

protected GetErrorIdentifier ( ) : string
Résultat string

GetOutputRegex() protected méthode

protected GetOutputRegex ( ) : Regex
Résultat System.Text.RegularExpressions.Regex

Parse() public méthode

public Parse ( string errorOutput, string standardOutput, bool compilationHadFailure ) : IEnumerable
errorOutput string
standardOutput string
compilationHadFailure bool
Résultat IEnumerable