ASSEMBLYMETADATA class base struct

Contains information about the referenced assembly, including its version and its level of support for locales, processors, and operating systems.

Inheritance

Constructors

ASSEMBLYMETADATA()

Properties

cbLocale int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rOS Pointer<OSINFO>
getter/setter pair
rProcessor Pointer<Uint32>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
szLocale Pointer<Utf16>
getter/setter pair
ulOS int
getter/setter pair
ulProcessor int
getter/setter pair
usBuildNumber int
getter/setter pair
usMajorVersion int
getter/setter pair
usMinorVersion int
getter/setter pair
usRevisionNumber int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited