The Architecture type exposes the following members.

Constructors

  NameDescription
Public methodArchitecture()()()()
Initializes a new instance of the Architecture class.
Public methodArchitecture(CpuFeatures)
Initializes a new instance of the Architecture class.
Public methodArchitecture(CpuType)
Initializes a new instance of the Architecture class.
Public methodArchitecture(CpuFeatures, DataSize)
Initializes a new instance of the Architecture class.
Public methodArchitecture(CpuType, DataSize)
Initializes a new instance of the Architecture class.
Public methodArchitecture(CpuType, CpuFeatures, DataSize, Boolean)
Initializes a new instance of the Architecture class.

Methods

  NameDescription
Protected method$InvariantMethod$
Public methodCreateContext
Creates a new Context object which can be used to construct and encode an object file.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsValidAddressSize
Checks whether the specified address size is valid for the specified CPU type.
Public methodStatic memberIsValidOperandSize
Checks whether the specified operand size is valid for the specified CPU type.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected field$evaluatingInvariant$

Properties

  NameDescription
Public propertyAddressSize
Gets the default address size used by this architecture.
Public propertyCpuType
Gets or sets the type of CPU represented by this architecture.
Public propertyFeatures
Gets the features which are supported by the CPU.
Public propertyName
Gets the name of the architecture.
Public propertyOperandSize
Gets the default operand size used by this architecture.
Public propertyUseRIPRelativeAddressing
Gets or sets whether to use RIP-relative addressing by default.

See Also