Gets or sets whether the contents of this section is copied from the object file to memory on execution.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Allocate { get; set; }
Visual Basic
Public Property Allocate As Boolean
	Get
	Set
Visual C++
public:
property bool Allocate {
	bool get ();
	void set (bool value);
}

Field Value

trueTruetruetrue (True in Visual Basic) to set the Allocated flag; otherwise, falseFalsefalsefalse (False in Visual Basic) to clear it.

See Also