Class AheadOfTimeCompiler
Inheritance
System.Object
AheadOfTimeCompiler
Namespace: System.Activities.XamlIntegration
Assembly: UiPath.Workflow.dll
Syntax
public abstract class AheadOfTimeCompiler : Object
Constructors
AheadOfTimeCompiler()
Declaration
protected AheadOfTimeCompiler()
Methods
Compile(ClassToCompile)
Declaration
public abstract TextExpressionCompilerResults Compile(ClassToCompile classToCompile)
Parameters
ClassToCompile
classToCompile
|
Returns
TextExpressionCompilerResults
|