pigmeo-compiler : Pigmeo.Compiler Namespace

GlobalShares Class

Miscellaneous variables and objects available for the entire application

public static class GlobalShares


Remarks

To be added.

Members

See Also: Inherited members from object.

Fields

AssemblyToCompile
static
Mono.Cecil.AssemblyDefinition . Assembly which is going to be compiled. It is usually created from Frontend()
UserAppReferenceFiles
static
System.Collections.Generic.List<System.String> . List of references of the user application

Properties

CompilationProgress
static
int . Gets or sets the compilation

Methods

static Compile ()
Runs the compilation

Member Details

AssemblyToCompile Field

public static Mono.Cecil.AssemblyDefinition AssemblyToCompile

Assembly which is going to be compiled. It is usually created from Frontend()

Remarks

We need to store the assembly here so we can compile it (in the backend) after running the frontend without saving it to disk

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

CompilationProgress Property

public static int CompilationProgress { set; get; }

Gets or sets the compilation

Value

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

Compile Method

public static void Compile ()

Runs the compilation

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

UserAppReferenceFiles Field

public static System.Collections.Generic.List<System.String> UserAppReferenceFiles

List of references of the user application

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0