Gets or sets the relocation type.

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

Syntax

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

Field Value

A member of the RelocationType enumeration.

Remarks

There are no (contract) restrictions on the relocation type.

See Also