Definition
- Namespace:
- Tizen.NUI.Xaml.Build.Tasks
- Assembly:
- Tizen.NUI.XamlBuild.dll
public abstract class XamlTask : MarshalByRefObject, ITask
- Inheritance
-
- Derived
-
- Implements
-
ITask
Properties
Declaration
public string Assembly { get; set; }
Property Value
Declaration
public IBuildEngine BuildEngine { get; set; }
Property Value
Type |
Description |
IBuildEngine |
|
Declaration
public bool DebugSymbols { get; set; }
Property Value
Declaration
public string DebugType { get; set; }
Property Value
Declaration
public string DependencyPaths { get; set; }
Property Value
Declaration
public ITaskHost HostObject { get; set; }
Property Value
Type |
Description |
ITaskHost |
|
Declaration
protected TaskLoggingHelper LoggingHelper { get; }
Property Value
Type |
Description |
TaskLoggingHelper |
|
Declaration
public bool NeedDebug { get; set; }
Property Value
Declaration
public string ReferencePath { get; set; }
Property Value
Declaration
public int Verbosity { get; set; }
Property Value
Declaration
public string XamlFilePath { get; set; }
Property Value
Methods
Declaration
Returns
Declaration
public abstract bool Execute(out IList<Exception> thrownExceptions)
Parameters
Type |
Name |
Description |
IList<Exception> |
thrownExceptions |
|
Returns
Implements
ITask
Extension Methods