FAKE - F# Make


RegAsmHelper

Contains a task which can be used to run regasm .NET assembly

Nested types and modules

TypeDescription
RegAsmParams

RegAsm parameter type

Functions and values

Function or valueDescription
RegAsm setParams lib
Signature: setParams:(RegAsmParams -> RegAsmParams) -> lib:string -> unit

Runs regasm on the given lib

Parameters

  • setParams - Function used to manipulate the default RegAsm parameters.
  • lib - The assembly file name.
RegAsmDefaults
Signature: RegAsmParams

RegAsm default params

Fork me on GitHub