A general interface for classes which describe a processor architecture.

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

Syntax

C#
public interface IArchitecture
Visual Basic
Public Interface IArchitecture
Visual C++
public interface class IArchitecture

Remarks

Implementations of this interface may provide extra properties used to enable or disable certain features available in that processor's architecture.

See Also