BuildEngineResult 구조체
정의
빌드 및 대상 출력의 결과를 포함합니다.Contains the result of the build and the target outputs.
public value class BuildEngineResult
[System.Serializable]
public struct BuildEngineResult
type BuildEngineResult = struct
Public Structure BuildEngineResult
- 상속
- 특성
생성자
BuildEngineResult(Boolean, List<IDictionary<String,ITaskItem[]>>) |
빌드의 결과와 프로젝트별 대상 출력 목록을 사용하는 생성자입니다.Constructor that takes the result of the build and a list of the target outputs per project. |
속성
Result |
빌드가 성공하면 true를 반환합니다.Returns true if the build succeeded. |
TargetOutputsPerProject |
프로젝트별 대상 출력입니다.Outputs of the targets per project. |