C# Class UnityEditor.Scripting.Compilers.ScriptCompilerBase

Inheritance: IDisposable
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство Type Description
_island UnityEditor.Scripting.MonoIsland

Méthodes publiques

Méthode Description
BeginCompiling ( ) : void
Dispose ( ) : void
GetCompilerMessages ( ) : UnityEditor.Scripting.Compilers.CompilerMessage[]
Poll ( ) : bool

Méthodes protégées

Méthode Description
AddCustomResponseFileIfPresent ( List arguments, string responseFileName ) : bool
CompilationHadFailure ( ) : bool
CompilingForWSA ( ) : bool
CreateOutputParser ( ) : CompilerOutputParserBase
GenerateResponseFile ( List arguments ) : string
GetErrorOutput ( ) : string[]
GetStandardOutput ( ) : string[]
GetStreamContainingCompilerMessages ( ) : string[]
PrepareFileName ( string fileName ) : string
ScriptCompilerBase ( MonoIsland island ) : System
StartCompiler ( ) : Program

Private Methods

Méthode Description
DumpStreamOutputToLog ( ) : void

Method Details

AddCustomResponseFileIfPresent() protected méthode

protected AddCustomResponseFileIfPresent ( List arguments, string responseFileName ) : bool
arguments List
responseFileName string
Résultat bool

BeginCompiling() public méthode

public BeginCompiling ( ) : void
Résultat void

CompilationHadFailure() protected méthode

protected CompilationHadFailure ( ) : bool
Résultat bool

CompilingForWSA() protected méthode

protected CompilingForWSA ( ) : bool
Résultat bool

CreateOutputParser() protected abstract méthode

protected abstract CreateOutputParser ( ) : CompilerOutputParserBase
Résultat CompilerOutputParserBase

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GenerateResponseFile() protected méthode

protected GenerateResponseFile ( List arguments ) : string
arguments List
Résultat string

GetCompilerMessages() public méthode

public GetCompilerMessages ( ) : UnityEditor.Scripting.Compilers.CompilerMessage[]
Résultat UnityEditor.Scripting.Compilers.CompilerMessage[]

GetErrorOutput() protected méthode

protected GetErrorOutput ( ) : string[]
Résultat string[]

GetStandardOutput() protected méthode

protected GetStandardOutput ( ) : string[]
Résultat string[]

GetStreamContainingCompilerMessages() protected méthode

protected GetStreamContainingCompilerMessages ( ) : string[]
Résultat string[]

Poll() public méthode

public Poll ( ) : bool
Résultat bool

PrepareFileName() protected static méthode

protected static PrepareFileName ( string fileName ) : string
fileName string
Résultat string

ScriptCompilerBase() protected méthode

protected ScriptCompilerBase ( MonoIsland island ) : System
island UnityEditor.Scripting.MonoIsland
Résultat System

StartCompiler() protected abstract méthode

protected abstract StartCompiler ( ) : Program
Résultat Program

Property Details

_island protected_oe property

protected MonoIsland,UnityEditor.Scripting _island
Résultat UnityEditor.Scripting.MonoIsland