Class XamlTask

Definition

Namespace:
Tizen.NUI.Xaml.Build.Tasks
Assembly:
Tizen.NUI.XamlBuild.dll
C#
Copy
[Obsolete("Deprecated in API13")] [LoadInSeparateAppDomain] public abstract class XamlTask : MarshalByRefObject, ITask
Inheritance
object
System.MarshalByRefObject
XamlTask
Implements
Microsoft.Build.Framework.ITask

Properties

View Source

Assembly

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

BuildEngine

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

DebugSymbols

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

DebugType

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

DependencyPaths

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

HostObject

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

LoggingHelper

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

NeedDebug

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

ReferencePath

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

Verbosity

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

XamlFilePath

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

Methods

View Source

Execute()

Declaration
C#
Copy
public bool Execute()
Returns
Type Description
bool
View Source

Execute(out IList<Exception>)

Declaration
C#
Copy
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