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
RegAsmHelper
Contains a task which can be used to run regasm .NET assembly
Nested types and modules
Type | Description |
RegAsmParams |
RegAsm parameter type |
Functions and values
Function or value | Description |
RegAsm setParams lib
Signature: setParams:(RegAsmParams -> RegAsmParams) -> lib:string -> unit
|
Runs regasm on the given lib Parameters
|
RegAsmDefaults
Signature: RegAsmParams
|
RegAsm default params |
regAsmToolPath
Signature: string
|
Path to newest |
RegisterAssembliesWithCodebase(...)
Signature: workingDir:string -> assemblies:seq<string> -> unit
|
Executes Used to temporarily register any .net dependencies before running a VB6 build |
UnregisterAssemblies(...)
Signature: workingDir:string -> assemblies:seq<string> -> unit
|
Executes Used to unregegister any temporarily registerd .net dependencies after running a VB6 build |