Definition
- Namespace:
- Tizen.NUI.Xaml.Build.Tasks
- Assembly:
- Tizen.NUI.XamlBuild.dll
public class NUIXamlCTask : XamlTask, ITask
- Inheritance
-
- Implements
-
ITask
Properties
Declaration
public static TypeDefinition BaseTypeDefiniation { get; }
Property Value
Type |
Description |
TypeDefinition |
|
Declaration
public bool CompileByDefault { get; set; }
Property Value
Declaration
public IAssemblyResolver DefaultAssemblyResolver { get; set; }
Property Value
Type |
Description |
IAssemblyResolver |
|
Declaration
public bool ForceCompile { get; set; }
Property Value
Declaration
public MethodDefinition InitCompForType { get; }
Property Value
Type |
Description |
MethodDefinition |
|
Declaration
public bool KeepXamlResources { get; set; }
Property Value
Declaration
public bool OptimizeIL { get; set; }
Property Value
Declaration
public bool OutputGeneratedILAsCode { get; set; }
Property Value
Declaration
public string outputRootPath { get; set; }
Property Value
Declaration
public bool PrintReferenceAssemblies { get; set; }
Property Value
Declaration
public string Type { get; set; }
Property Value
Declaration
public bool UseInjection { get; set; }
Property Value
View Source
XamlOptimization
0: Use Xaml
1: Use XamlC to do the injection
2: Use EXaml
Declaration
public int XamlOptimization { get; set; }
Property Value
Methods
Declaration
public override bool Execute(out IList<Exception> thrownExceptions)
Parameters
Type |
Name |
Description |
IList<Exception> |
thrownExceptions |
|
Returns
Overrides
Implements
ITask
Extension Methods