VCManifestTool Interface

Enables combining manifest files.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
<GuidAttribute("41901074-4F02-4E5A-BA9B-96F73567F425")> _
Public Interface VCManifestTool
[GuidAttribute("41901074-4F02-4E5A-BA9B-96F73567F425")]
public interface VCManifestTool
[GuidAttribute(L"41901074-4F02-4E5A-BA9B-96F73567F425")]
public interface class VCManifestTool
[<GuidAttribute("41901074-4F02-4E5A-BA9B-96F73567F425")>]
type VCManifestTool =  interface end
public interface VCManifestTool

The VCManifestTool type exposes the following members.

Properties

  Name Description
Public property AdditionalManifestFiles Sets or gets a list of additional manifest fragments.
Public property 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.
Public property AssemblyIdentity Sets or gets the assembly identity for the manifest.
Public property ComponentFileName Sets or gets the component file name for an isolated COM dll.
Public property DependencyInformationFile Sets or gets the manifest dependency file.
Public property EmbedManifest Gets or sets whether the manifest is imbedded.
Public property ExecutionBucket Infrastructure. Microsoft Internal Use Only.
Public property GenerateCatalogFiles Sets or gets whether to generate cdf files.
Public property InputResourceManifests Sets or gets a list of resources containing manifests.
Public property ManifestResourceFile Sets or gets the manifest resource file.
Public property OutputManifestFile Sets or gets the manifest output file.
Public property RegistrarScriptFile Sets or gets the registrar script file.
Public property ReplacementsFile Sets or gets the string replacement file.
Public property SuppressStartupBanner Gets or sets a value indicating whether to suppress the display of the startup banner and information messages.
Public property ToolKind Gets the name of the kind of tool this is.
Public property toolName Gets the name of the specified tool.
Public property ToolPath Gets the path to the specified tool.
Public property TypeLibraryFile Gets or sets the name of the type library file.
Public property UpdateFileHashes Sets or gets whether to update file hashes.
Public property UpdateFileHashesSearchPath Sets or gets the path to the file hashes.
Public property UseFAT32Workaround Gets or set whether to use the FAT32 work around.
Public property UseUnicodeResponseFiles Sets or get whether to use Unicode response files.
Public property VCProjectEngine Gets a pointer to the project engine.
Public property VerboseOutput Sets or gets whether to produce verbose output.

Top

Methods

  Name Description
Public method get_PropertyOption Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

/MANIFEST (Create Side-by-Side Assembly Manifest)

/MANIFESTDEPENDENCY (Specify Manifest Dependencies)

/MANIFESTFILE (Name Manifest File)