VCLinkerTool.GenerateManifest Property
Gets or sets a value indicating whether the linker should generate a manifest file.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
Property GenerateManifest As Boolean
Dim instance As VCLinkerTool
Dim value As Boolean
value = instance.GenerateManifest
instance.GenerateManifest = value
bool GenerateManifest { get; set; }
property bool GenerateManifest {
bool get ();
void set (bool value);
}
function get GenerateManifest () : boolean
function set GenerateManifest (value : boolean)
Property Value
Type: System.Boolean
true if the linker should generate a manifest file; otherwise, false.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Concepts
/MANIFEST (Create Side-by-Side Assembly Manifest)
/MANIFESTDEPENDENCY (Specify Manifest Dependencies)
/MANIFESTFILE (Name Manifest File)