VCManifestTool Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables combining manifest files.
public interface class VCManifestTool
public interface class VCManifestTool
__interface VCManifestTool
[System.Runtime.InteropServices.Guid("80C80C10-3270-4C8D-9653-FD75AA55E79A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VCManifestTool
[<System.Runtime.InteropServices.Guid("80C80C10-3270-4C8D-9653-FD75AA55E79A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VCManifestTool = interface
Public Interface VCManifestTool
- Attributes
Properties
AdditionalManifestFiles |
Sets or gets a list of additional manifest fragments. |
AdditionalOptions |
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. |
AssemblyIdentity |
Sets or gets the assembly identity for the manifest. |
ComponentFileName |
Sets or gets the component file name for an isolated COM dll. |
DependencyInformationFile |
Sets or gets the manifest dependency file. |
EmbedManifest |
Gets or sets whether the manifest is imbedded. |
ExecutionBucket |
Microsoft Internal Use Only. |
GenerateCatalogFiles |
Sets or gets whether to generate cdf files. |
InputResourceManifests |
Sets or gets a list of resources containing manifests. |
ManifestResourceFile |
Sets or gets the manifest resource file. |
OutputManifestFile |
Sets or gets the manifest output file. |
RegistrarScriptFile |
Sets or gets the registrar script file. |
ReplacementsFile |
Sets or gets the string replacement file. |
SuppressStartupBanner |
Gets or sets a value indicating whether to suppress the display of the startup banner and information messages. |
ToolKind |
Gets the name of the kind of tool this is. |
toolName |
Gets the name of the specified tool. |
ToolPath |
Gets the path to the specified tool. |
TypeLibraryFile |
Gets or sets the name of the type library file. |
UpdateFileHashes |
Sets or gets whether to update file hashes. |
UpdateFileHashesSearchPath |
Sets or gets the path to the file hashes. |
UseFAT32Workaround |
Gets or set whether to use the FAT32 work around. |
UseUnicodeResponseFiles |
Sets or get whether to use Unicode response files. |
VCProjectEngine |
Gets a pointer to the project engine. |
VerboseOutput |
Sets or gets whether to produce verbose output. |
Methods
get_PropertyOption(String, Int32) |