OBSOLETE
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
RegAsmHelper
Contains a task which can be used to run regasm .NET assembly
Nested types and modules
Type | Description |
RegAsmParams |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. RegAsm parameter type |
Functions and values
Function or value | Description |
RegAsm setParams lib
Signature: setParams:(RegAsmParams -> RegAsmParams) -> lib: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 regasm on the given lib Parameters
|
RegAsmDefaults
Signature: RegAsmParams
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. RegAsm default params |
regAsmToolPath
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. Path to newest |
RegisterAssembliesWithCodebase(...)
Signature: workingDir:string -> 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. Executes Used to temporarily register any .net dependencies before running a VB6 build |
UnregisterAssemblies(...)
Signature: workingDir:string -> 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. Executes Used to unregegister any temporarily registerd .net dependencies after running a VB6 build |