MetadataType class sealed
Represents a data type of in the ECMA-335 metadata model.
A MetadataType describes how a constant value is interpreted in metadata, including primitive types (e.g., integers, floating-point numbers), string types, and enumerated types.
- Implementers
- ArrayReferenceType
- ArrayType
- AttributeEnumType
- BoolType
- CharType
- ConstPointerType
- ConstReferenceType
- FixedArrayType
- Float32Type
- Float64Type
- GenericParameterType
- Int8Type
- Int16Type
- Int32Type
- Int64Type
- IntPtrType
- MutablePointerType
- NamedType
- NullReferenceType
- ObjectType
- StringType
- Uint8Type
- Uint16Type
- Uint32Type
- Uint64Type
- UintPtrType
- VoidType
Properties
- code → ElementType
-
The ElementType code corresponding to this metadata type.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited