A general interface for classes which describe a processor architecture.
            
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public interface IArchitecture | 
| Visual Basic | 
|---|
| Public Interface IArchitecture | 
| Visual C++ | 
|---|
| public interface class IArchitecture | 
 Remarks
Remarks
            Implementations of this interface may provide extra properties used to enable or disable certain features
            available in that processor's architecture.
            





