Search Results for

    Show / Hide Table of Contents

    Class CompilerResults

    Inheritance
    Object
    CompilerResults
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Compiler
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class CompilerResults

    Constructors

    CompilerResults(Assembly, Boolean, List<String>)

    Declaration
    public CompilerResults(Assembly compiledAssembly, bool success, List<string> errors)
    Parameters
    Type Name Description
    Assembly compiledAssembly
    Boolean success
    List<String> errors

    Properties

    CompiledAssembly

    Declaration
    public Assembly CompiledAssembly { get; }
    Property Value
    Type Description
    Assembly

    Errors

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

    Success

    Declaration
    public bool Success { get; }
    Property Value
    Type Description
    Boolean
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.