Search Results for

    Show / Hide Table of Contents

    Class BuildAssemblyTask

    Compile final assembly using Roslyn

    Inheritance
    System.Object
    BuildTaskBase
    BuildAssemblyTask
    Implements
    Microsoft.Build.Framework.ITask
    Inherited Members
    BuildTaskBase.BuildEngine
    BuildTaskBase.CXUIBuildEngine
    BuildTaskBase.HostObject
    BuildTaskBase.TempOutputDirectory
    BuildTaskBase.Assemblies
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.CXUI.BuildTask
    Assembly: Simplic.CXUI.dll
    Syntax
    public class BuildAssemblyTask : BuildTaskBase, ITask

    Constructors

    | Improve this Doc View Source

    BuildAssemblyTask()

    Create assembly compiler

    Declaration
    public BuildAssemblyTask()

    Properties

    | Improve this Doc View Source

    OutputDirectory

    The directory for writing the assembly to

    Declaration
    public string OutputDirectory { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Sources

    List of sources which should be compiled

    Declaration
    public IList<string> Sources { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>
    | Improve this Doc View Source

    WriteToFileSystem

    If set to true, the assembly will be written to the filesystem

    Declaration
    public bool WriteToFileSystem { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Execute()

    Compile assembly

    Declaration
    public override bool Execute()
    Returns
    Type Description
    System.Boolean
    Overrides
    BuildTaskBase.Execute()

    Implements

    Microsoft.Build.Framework.ITask
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx