Struct ScriptCompilationResult
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.