In bundle: saker.msvc
Represents the output of the saker.msvc.clink() task.
The object is a reference to the link operation results using the Microsoft Visual C++ toolchain.
The result can be consumed in any way the developer sees fit. The OutputPath field contains the path to the linker result binary.
Summary
Architecture | Contains the target Architecture for which the link operation was done. |
Identifier | Contains the Identifier that the linker task was assigned with when linking the inputs. |
OutputPath | Contains the path to the link operation output. |
OutputWinmdPath | The output path to the generated Windows Metadata (.winmd) file. |
SDKs | Contains the SDKs that were used for linking the inputs. |
Fields
Contains the target Architecture for which the link operation was done.
The architecture was either explicitly specified to the compilation task, or was inferred from the inputs.
Contains the Identifier that the linker task was assigned with when linking the inputs.
Contains the path to the link operation output.
The type of the file is based on the configuration of the linker task.
The output path to the generated Windows Metadata (.winmd) file.
This path is available only when GenerateWinmd option is set to true for the linker process.
Map of SDKName : SDKDescription
Contains the SDKs that were used for linking the inputs.
The map contains all SDKs (explicit or implicit) that was used during the configuration of the linker.