OBSOLETE
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
NGenHelper
This module contains helper function for the ngen.exe
Nested types and modules
Type | Description |
NGenParams |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. NGen parameters |
Functions and values
Function or value | Description |
Install setParams assemblies
Signature: setParams:(NGenParams -> NGenParams) -> assemblies:seq<string> -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Runs ngen.exe install on given assemblies. |
NGen setParams command
Signature: setParams:(NGenParams -> NGenParams) -> command:string -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Runs ngen.exe with the given command. |
NGen32
Signature: string
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. |
NGen64
Signature: string
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. |
NGenDefaults
Signature: NGenParams
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. NGen default parameters |
UseNGen64(p)
Signature: p:NGenParams -> NGenParams
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. |