Table of Contents

Struct ScriptCompilationResult

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v9.dll

Represent structured information of code compilation result.

[Serializable]
public struct ScriptCompilationResult

Properties

Errors

When implemented by a class, represents errors collection.

IsSuccessful

When implemented by a class, represents a value indicating whether compilation was successful.

TargetAssemblyName

When implemented by a class, represents fully qualified name of the compiled assembly.