Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

NGenHelper

This module contains helper function for the ngen.exe

Nested types and modules

TypeDescription
NGenParams

NGen parameters

Functions and values

Function or valueDescription
Install setParams assemblies
Signature: setParams:(NGenParams -> NGenParams) -> assemblies:seq<string> -> unit

Runs ngen.exe install on given assemblies.

NGen setParams command
Signature: setParams:(NGenParams -> NGenParams) -> command:string -> unit

Runs ngen.exe with the given command.

NGen32
Signature: string
NGen64
Signature: string
NGenDefaults
Signature: NGenParams

NGen default parameters

UseNGen64(p)
Signature: p:NGenParams -> NGenParams