System.Reflection.PortableExecutableKinds
E697561
System.Reflection.PortableExecutableKinds is an enumeration in .NET that specifies the nature and characteristics of a portable executable (PE) file, such as whether it targets 32-bit, 64-bit, or any CPU.
All labels observed (1)
| Label | Occurrences |
|---|---|
| System.Reflection.PortableExecutableKinds canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897613 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: System.Reflection.PortableExecutableKinds Context triple: [System.Reflection, containsType, System.Reflection.PortableExecutableKinds]
-
A.
System.Reflection
System.Reflection is a .NET namespace that provides types and APIs for inspecting and interacting with metadata about assemblies, modules, and types at runtime.
-
B.
ECMA-335
ECMA-335 is the international standard that defines the Common Language Infrastructure (CLI), including the core runtime, type system, and metadata used by .NET languages.
-
C.
Common Type System
The Common Type System is a core component of the .NET architecture that defines how data types are declared, used, and managed across different .NET languages to ensure interoperability and type safety.
-
D.
Microsoft Intermediate Language
Microsoft Intermediate Language is the low-level, platform-independent bytecode used by the .NET Framework’s Common Language Runtime as the compilation target for .NET languages before just-in-time compilation to native machine code.
-
E.
Common Language Runtime
The Common Language Runtime is the virtual machine component of Microsoft's .NET platform that manages code execution, memory, security, and other runtime services for .NET applications.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: System.Reflection.PortableExecutableKinds Target entity description: System.Reflection.PortableExecutableKinds is an enumeration in .NET that specifies the nature and characteristics of a portable executable (PE) file, such as whether it targets 32-bit, 64-bit, or any CPU.
-
A.
System.Reflection
System.Reflection is a .NET namespace that provides types and APIs for inspecting and interacting with metadata about assemblies, modules, and types at runtime.
-
B.
ECMA-335
ECMA-335 is the international standard that defines the Common Language Infrastructure (CLI), including the core runtime, type system, and metadata used by .NET languages.
-
C.
Common Type System
The Common Type System is a core component of the .NET architecture that defines how data types are declared, used, and managed across different .NET languages to ensure interoperability and type safety.
-
D.
Microsoft Intermediate Language
Microsoft Intermediate Language is the low-level, platform-independent bytecode used by the .NET Framework’s Common Language Runtime as the compilation target for .NET languages before just-in-time compilation to native machine code.
-
E.
Common Language Runtime
The Common Language Runtime is the virtual machine component of Microsoft's .NET platform that manages code execution, memory, security, and other runtime services for .NET applications.
- F. None of above. chosen
Statements (37)
| Predicate | Object |
|---|---|
| instanceOf |
.NET enum
ⓘ
enumeration ⓘ |
| accessibility | public ⓘ |
| assembly | mscorlib NERFINISHED ⓘ |
| attribute | Flags ⓘ |
| category | reflection ⓘ |
| definedIn |
.NET 5+
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| describes |
whether the PE file contains only Microsoft intermediate language (MSIL)
ⓘ
whether the PE file contains only unmanaged 32-bit code ⓘ whether the PE file is a 64-bit PE32+ image ⓘ whether the PE file prefers to be loaded as 32-bit when possible ⓘ whether the PE file requires a 32-bit environment ⓘ |
| documentation | https://learn.microsoft.com/dotnet/api/system.reflection.portableexecutablekinds ⓘ |
| ILOnly_value | 1 ⓘ |
| introducedIn | .NET Framework 2.0 NERFINISHED ⓘ |
| isFlagsEnum | true ⓘ |
| isPublic | true ⓘ |
| member |
ILOnly
ⓘ
NotAPortableExecutableImage ⓘ PE32Plus ⓘ Preferred32Bit ⓘ Required32Bit ⓘ Unmanaged32Bit ⓘ |
| namespace | System.Reflection NERFINISHED ⓘ |
| NotAPortableExecutableImage_value | 0 ⓘ |
| PE32Plus_value | 4 ⓘ |
| platform | .NET NERFINISHED ⓘ |
| Preferred32Bit_value | 16 ⓘ |
| purpose | specify the nature and characteristics of a portable executable (PE) file ⓘ |
| relatedTo | System.Reflection.ImageFileMachine NERFINISHED ⓘ |
| Required32Bit_value | 2 ⓘ |
| Unmanaged32Bit_value | 8 ⓘ |
| usedFor | describing processor and platform characteristics of PE files ⓘ |
| usedWith |
System.Reflection.Module
NERFINISHED
ⓘ
System.Reflection.Module.GetPEKind NERFINISHED ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: System.Reflection.PortableExecutableKinds Description of subject: System.Reflection.PortableExecutableKinds is an enumeration in .NET that specifies the nature and characteristics of a portable executable (PE) file, such as whether it targets 32-bit, 64-bit, or any CPU.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.