ICscHostObject4.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.Boolean

    True to set the / highentropyva to indicate support of high entropy Address Space Layout Randomization (ASLR); otherwise, False.

Return Value

Type: System.Boolean
Returns True if the method was successful.

.NET Framework Security

See Also

Reference

ICscHostObject4 Interface

Microsoft.Build.Tasks.Hosting Namespace