Definition
- Namespace:
- Tizen.NUI.Xaml.Build.Tasks
- Assembly:
- Tizen.NUI.XamlBuild.dll
[Obsolete("Deprecated in API13")]
[LoadInSeparateAppDomain]
public abstract class XamlTask : MarshalByRefObject, ITask
- Inheritance
-
object
System.MarshalByRefObject
XamlTask
- Implements
-
Microsoft.Build.Framework.ITask
Properties
Declaration
[Required]
public string Assembly { get; set; }
Property Value
Declaration
public IBuildEngine BuildEngine { get; set; }
Property Value
| Type |
Description |
| Microsoft.Build.Framework.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 |
| Microsoft.Build.Framework.ITaskHost |
|
Declaration
protected TaskLoggingHelper LoggingHelper { get; }
Property Value
| Type |
Description |
| Microsoft.Build.Utilities.TaskLoggingHelper |
|
Declaration
public bool NeedDebug { get; set; }
Property Value
Declaration
public string ReferencePath { get; set; }
Property Value
Declaration
[Obsolete("this is no longer used")]
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 |
| System.Collections.Generic.IList<T><System.Exception> |
thrownExceptions |
|
Returns
Implements
Microsoft.Build.Framework.ITask