ICscHostObject4.SetHighEntropyVA(Boolean) Method

Definition

Sets the /highentropyva value as specified.

public:
 bool SetHighEntropyVA(bool highEntropyVA);
public bool SetHighEntropyVA (bool highEntropyVA);
abstract member SetHighEntropyVA : bool -> bool
Public Function SetHighEntropyVA (highEntropyVA As Boolean) As Boolean

Parameters

highEntropyVA
Boolean

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

Returns

Returns True if the method was successful.

Applies to