IVbcHostObject5.SetHighEntropyVA Method
Sets the /highentropyva value as specified.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Namespace: Microsoft.Build.Tasks.Hosting
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
Function SetHighEntropyVA ( _
highEntropyVA As Boolean _
) As Boolean
bool SetHighEntropyVA(
bool highEntropyVA
)
bool SetHighEntropyVA(
bool highEntropyVA
)
abstract SetHighEntropyVA :
highEntropyVA:bool -> bool
function SetHighEntropyVA(
highEntropyVA : boolean
) : boolean
Parameters
highEntropyVA
Type: System.BooleanTrue to set the / highentropyva to indicate support of high entropy Address Space Layout Randomization (ASLR); otherwise, False.
Return Value
Type: System.Boolean
True if the method was successful.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.