CorPEKind class

Contains values that describe a portable executable (PE) file.

Constructors

CorPEKind()

Properties

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.
inherited

Operators

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

Constants

pe32BitPreferred → const int
Indicates that this PE file is platform-neutral and prefers to be loaded in a 32-bit environment.
pe32BitRequired → const int
Indicates that this PE file makes Win32 calls.
pe32Plus → const int
Indicates that this PE file runs on a 64-bit platform.
pe32Unmanaged → const int
Indicates that this PE file is native code.
peILonly → const int
Indicates that this PE file contains only managed code.
peNot → const int
Indicates that this is not a PE file.