Unpacker.IsWordAligned Property

TegoOS

UnpackerIsWordAligned Property
Gets whether the current position to get data is word aligned.

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public bool IsWordAligned { get; }
Public ReadOnly Property IsWordAligned As Boolean
	Get
public:
property bool IsWordAligned {
	bool get ();
}
member IsWordAligned : bool with get

Property Value

Type: Boolean
See Also