Class XamlTask

    Definition

    Namespace:
    Tizen.NUI.Xaml.Build.Tasks
    Assembly:
    Tizen.NUI.XamlBuild.dll
    [LoadInSeparateAppDomain]
    public abstract class XamlTask : MarshalByRefObject, ITask
    Inheritance
    object
    System.MarshalByRefObject
    XamlTask
    Implements
    Microsoft.Build.Framework.ITask

    Properties

    View Source

    Assembly

    Declaration
    [Required]
    public string Assembly { get; set; }
    Property Value
    Type Description
    string
    View Source

    BuildEngine

    Declaration
    public IBuildEngine BuildEngine { get; set; }
    Property Value
    Type Description
    Microsoft.Build.Framework.IBuildEngine
    View Source

    DebugSymbols

    Declaration
    public bool DebugSymbols { get; set; }
    Property Value
    Type Description
    bool
    View Source

    DebugType

    Declaration
    public string DebugType { get; set; }
    Property Value
    Type Description
    string
    View Source

    DependencyPaths

    Declaration
    public string DependencyPaths { get; set; }
    Property Value
    Type Description
    string
    View Source

    HostObject

    Declaration
    public ITaskHost HostObject { get; set; }
    Property Value
    Type Description
    Microsoft.Build.Framework.ITaskHost
    View Source

    LoggingHelper

    Declaration
    protected TaskLoggingHelper LoggingHelper { get; }
    Property Value
    Type Description
    Microsoft.Build.Utilities.TaskLoggingHelper
    View Source

    NeedDebug

    Declaration
    public bool NeedDebug { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ReferencePath

    Declaration
    public string ReferencePath { get; set; }
    Property Value
    Type Description
    string
    View Source

    Verbosity

    Declaration
    [Obsolete("this is no longer used")]
    public int Verbosity { get; set; }
    Property Value
    Type Description
    int
    View Source

    XamlFilePath

    Declaration
    public string XamlFilePath { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Execute()

    Declaration
    public bool Execute()
    Returns
    Type Description
    bool
    View Source

    Execute(out IList<Exception>)

    Declaration
    public abstract bool Execute(out IList<Exception> thrownExceptions)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<T><System.Exception> thrownExceptions
    Returns
    Type Description
    bool

    Implements

    Microsoft.Build.Framework.ITask
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX