Class ClassToCompile
Inheritance
System.Object
ClassToCompile
Namespace: System.Activities.XamlIntegration
Assembly: UiPath.Workflow.dll
Syntax
public class ClassToCompile : Object
Constructors
ClassToCompile(String, String, IReadOnlyCollection<String>, IReadOnlyCollection<String>)
Declaration
public ClassToCompile(string className, string code, IReadOnlyCollection<string> references, IReadOnlyCollection<string> imports)
Parameters
System.String
className
|
System.String
code
|
System.Collections.Generic.IReadOnlyCollection<System.String>
references
|
System.Collections.Generic.IReadOnlyCollection<System.String>
imports
|
Properties
ClassName
Declaration
public string ClassName { get; }
Property Value
System.String
|
Code
Declaration
public string Code { get; }
Property Value
System.String
|
Imports
Declaration
public IReadOnlyCollection<string> Imports { get; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
|
References
Declaration
public IReadOnlyCollection<string> References { get; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
|