C# 클래스 ALFA.ScriptCompiler.CompilerResult

This structure describes the result of a compilation attempt.
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

공개 프로퍼티들

프로퍼티 타입 설명
Compiled bool
Errors IList
Warnings IList

프로퍼티 상세

Compiled 공개적으로 프로퍼티

True if the compilation succeeded.
public bool Compiled
리턴 bool

Errors 공개적으로 프로퍼티

The list of error messages.
public IList Errors
리턴 IList

Warnings 공개적으로 프로퍼티

The list of warning messages.
public IList Warnings
리턴 IList