VCLinkerTool Members
Include Protected Members
Include Inherited Members
Exposes the functionality of the linker options.
The VCLinkerTool type exposes the following members.
Methods
Name
Description
Infrastructure. Microsoft Internal Use Only.
Top
Properties
Name
Description
Gets or sets additional configuration-specific items to add to the link line, such as comdlg32.lib or kernel32.lib.
Gets or sets one or more additional paths (configuration specific) to search for libraries.
AdditionalManifestDependencies
Gets or sets the additional XML manifest fragments that the linker will add to the manifest file.
Gets or sets options to add to the end of the command line immediately before the file name(s). An example is if an option is not supported in the object model.
Gets or sets the specified non-assembly file in the final output.
Gets or sets a value indicating whether to lookup a manifest file without side-by-side assemblies.
Gets or sets a value indicating the level of debugging support.
Gets or sets a value specifying a resource file to link to the output assembly.
Gets or sets a base address for the program, overriding the default location for an .exe file (at 0x400000) or a DLL (at 0x10000000).
Gets or sets a value indicating the type of a CLR image.
Gets or sets a value indicating the threading attribute for the entry point of your CLR program.
Determines whether /CLRUNMANAGEDCODECHECK is in effect or not.
Gets or sets one or more DLLs for delayed loading.
Gets or sets a value indicating whether space should be reserved in the assembly file of a COM wrapper for the later addition of the digital signature with a strong name. This property is meaningful only in Visual C# projects.
Gets or sets a value which indicates to the linker which type of driver is being linked.
Gets or sets the specified embedded .NET (or .NET Framework) resource file.
Removes redundant COMDAT symbols from the linker output.
Gets or sets the starting address (entry point) for an .exe file or DLL.
Sets or gets the current linker error reporting setting.
Infrastructure. Microsoft Internal Use Only.
Gets or sets a value indicating whether an image must be loaded at a fixed address.
Gets or sets the linker or librarian to include a reference to this symbol.
Gets or sets COMDATs (functions) in the image in a predetermined order.
Gets or sets a value enabling generation of debug information.
Gets or sets a value indicating whether the linker should generate a manifest file.
Gets or sets a value indicating whether a map file is generated during linking.
Gets or sets a value specifying total heap allocation size in physical memory.
Gets or sets a value specifying total heap allocation size in virtual memory.
Gets or sets a value indicating to the linker or librarian to ignore all default libraries.
Gets or sets one or more default libraries to ignore.
Gets or sets a value indicating whether to ignore embedded .idlsym sections of object files.
Gets or sets a value indicating whether the import library generated by this configuration should not be imported into dependent projects.
Gets or sets a value specifying which import libraries to generate.
Gets or sets the named container of the key for strongly naming the output assembly.
Gets or sets the file that contains the key for strongly naming the output assembly.
Gets or sets a value to enable handling addresses larger than 2 GB.
Gets or sets a value specifying whether to build a DLL as the main output.
Gets or sets a value enabling incremental linking.
Sets or gets whether there are link library dependencies.
Gets or sets a value enabling link time code generation of objects compiled with /GL (Whole Program Optimization).
Gets or sets the name of the manifest file to generate.
Gets or sets a value indicating whether to include exported functions in map file information.
Gets or sets the name for the mapfile.
Specifies the base name of the .idl file that contains the contents of the merged IDLSYM sections.
Causes the linker to merge section from into section to; if section to does not exist, section from is renamed to.
Specifies a response file for MIDL commands to use.
Gets or sets the specified module definition file during executable creation.
Gets or sets code on 4-KB boundaries. This improves performance on Windows 98 systems.
Enables elimination of functions or data that are never referenced.
Overrides the default output file name; the default is based on the first .lib or .obj name on the command line.
Gets or sets a value indicating whether to produce an output file that can be used with the Enterprise Developer performance profiler.
Gets or sets the database file to use when using profile-guided optimizations.
Enables generation of a program database .pdb file.
Gets or sets a value indicating whether the primary project output should be registered by using Regsvr32 after deployment.
Creates a DLL with no entry point. Setting this to true creates a resource-only DLL.
Gets or sets a value enabling the setting of the checksum in the header of an .exe file.
Gets or sets a value that enables a detailed display about linker progress.
Gets or sets a value indicating the total stack allocation size in physical memory.
Gets or sets the total stack allocation size in virtual memory.
Do not put private symbols in the specified, generated .pdb file.
Gets or sets a subsystem for the linker.
Gets or sets a value indicating whether explicit unloading of the delayed load DLLs is allowed.
Gets or sets a value indicating whether to suppress the display of the startup banner and information messages.
Gets or sets a value indicating whether to run the application from the swap location of the CD.
Gets or sets a value indicating if the application should be run from the swap location of the network.
Gets or sets a value specifying the subsystem for the linker.
Enables terminal server awareness.
Gets the name of the kind of tool this is.
Gets the name of the specified tool.
Gets the path to the specified tool.
Gets or sets a value specifying that no assembly will be generated although the common language runtime information is present in the object files.
Gets or sets a value that specifies the name of the type library file.
Gets or sets a value that specifies the ID number to assign to the .tlb file in the compiled resources.
Sets or gets whether independent linking of libraries is enabled.
Sets or gets whether to use unicode response files.
Gets a pointer to the project engine.
Gets or sets a value as the version number in the image header.
Top