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
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
View Source
DebugType
Declaration
public string DebugType { get; set; }
Property Value
View Source
DependencyPaths
Declaration
public string DependencyPaths { get; set; }
Property Value
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
View Source
ReferencePath
Declaration
public string ReferencePath { get; set; }
Property Value
View Source
Verbosity
Declaration
[Obsolete("this is no longer used")]
public int Verbosity { get; set; }
Property Value
View Source
XamlFilePath
Declaration
public string XamlFilePath { get; set; }
Property Value
Methods
View Source
Execute()
Declaration
Returns
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
Implements
Microsoft.Build.Framework.ITask