Show / Hide Table of Contents

Class ScriptsBuildingResult

Описывает результат сборки скрипта.

Inheritance
object
ScriptsBuildingResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ascon.Vertical.Core.Scripting
Assembly: Ascon.Vertical.Core.dll
Syntax
public class ScriptsBuildingResult

Properties

Assembly

Возвращает библиотеку, созданную в результате сборки скриптов.

Declaration
public byte[]? Assembly { get; }
Property Value
Type Description
byte[]

BuildId

Возвращает идентификатор сборки.

Declaration
public string BuildId { get; }
Property Value
Type Description
string

Errors

Возвращает список ошибок произошедших при сборке скриптов.

Declaration
public List<ScriptCompilationLogEntry> Errors { get; }
Property Value
Type Description
List<ScriptCompilationLogEntry>

Warnings

Возвращает список предупреждений произошедших при сборке скриптов.

Declaration
public List<ScriptCompilationLogEntry> Warnings { get; }
Property Value
Type Description
List<ScriptCompilationLogEntry>
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»