pigmeo-compiler : Pigmeo.Compiler Namespace

CilFrontend Class

Everything related to the CIL Frontend, which parses the CIL, creates the required packages and optimizes it for all the architectures

public class CilFrontend


Remarks

To be added.

Members

See Also: Inherited members from object.

Constructors

To be added.

Methods

static Frontend ()
Runs the CIL Frontend

Member Details

CilFrontend Constructor

public CilFrontend ()

To be added.

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

Frontend Method

public static void Frontend ()

Runs the CIL Frontend

Remarks

The CIL Frontend makes packages from all the required assemblies and optimizes it for all the architectures. Before calling this method take care of the required variables placed in the config class (UserApp, FileBundle, OriginalAssembly...)

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0