Class NUIXamlCTask

Definition

Namespace:
Tizen.NUI.Xaml.Build.Tasks
Assembly:
Tizen.NUI.XamlBuild.dll
C#
Copy
public class NUIXamlCTask : XamlTask, ITask
Inheritance
NUIXamlCTask
Implements
ITask

Properties

View Source

BaseTypeDefiniation

Declaration
C#
Copy
public static TypeDefinition BaseTypeDefiniation { get; }
Property Value
Type Description
TypeDefinition
View Source

CompileByDefault

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

DefaultAssemblyResolver

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

ForceCompile

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

InitCompForType

Declaration
C#
Copy
public MethodDefinition InitCompForType { get; }
Property Value
Type Description
MethodDefinition
View Source

KeepXamlResources

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

OptimizeIL

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

OutputGeneratedILAsCode

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

outputRootPath

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

PrintReferenceAssemblies

Declaration
C#
Copy
public bool PrintReferenceAssemblies { get; set; }
Property Value
Type Description
Boolean
Declaration
C#
Copy
public string Type { get; set; }
Property Value
Type Description
String
View Source

UseInjection

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

XamlOptimization

0: Use Xaml 1: Use XamlC to do the injection 2: Use EXaml

Declaration
C#
Copy
public int XamlOptimization { get; set; }
Property Value
Type Description
Int32

Methods

View Source

Execute(out IList<Exception>)

Declaration
C#
Copy
public override bool Execute(out IList<Exception> thrownExceptions)
Parameters
Type Name Description
IList<Exception> thrownExceptions
Returns
Type Description
Boolean
Overrides

Implements

ITask

Extension Methods