Gets the operating modes supported by this CPU type.

Namespace: SharpAssembler.x86
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual DataSize OperatingModes { get; }
Visual Basic
Public Overridable ReadOnly Property OperatingModes As DataSize
	Get
Visual C++
public:
virtual property DataSize OperatingModes {
	DataSize get ();
}

Field Value

A bitwise combination of members of the DataSize enumeration.

See Also