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
'Declaration
Property GenerateManifest As Boolean
'Usage
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.
.NET Framework Security
- 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
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace
Other Resources
/MANIFEST (Create Side-by-Side Assembly Manifest)