22 references to PortableExecutableKinds
mscorlib (22)
system\reflection\assembly.cs (1)
1408PortableExecutableKinds pek;
system\reflection\assemblyname.cs (10)
435internal void SetProcArchIndex(PortableExecutableKinds pek, ImageFileMachine ifm) 440internal static ProcessorArchitecture CalculateProcArchIndex(PortableExecutableKinds pek, ImageFileMachine ifm, AssemblyNameFlags flags) 445if ((pek & System.Reflection.PortableExecutableKinds.PE32Plus) == System.Reflection.PortableExecutableKinds.PE32Plus) 454if ((pek & System.Reflection.PortableExecutableKinds.ILOnly) == System.Reflection.PortableExecutableKinds.ILOnly) 463if ((pek & System.Reflection.PortableExecutableKinds.Required32Bit) == System.Reflection.PortableExecutableKinds.Required32Bit) 466if ((pek & System.Reflection.PortableExecutableKinds.ILOnly) == System.Reflection.PortableExecutableKinds.ILOnly)
system\reflection\emit\assemblybuilder.cs (3)
1737Save(assemblyFileName, System.Reflection.PortableExecutableKinds.ILOnly, System.Reflection.ImageFileMachine.I386); 1744PortableExecutableKinds portableExecutableKind, ImageFileMachine imageFileMachine) 1766PortableExecutableKinds portableExecutableKind, ImageFileMachine imageFileMachine)
system\reflection\emit\modulebuilder.cs (4)
333internal void DefineNativeResource(PortableExecutableKinds portableExecutableKind, ImageFileMachine imageFileMachine) 396PortableExecutableKinds portableExecutableKind, ImageFileMachine imageFileMachine) 438internal void Save(String fileName, bool isAssemblyFile, PortableExecutableKinds portableExecutableKind, 1042public override void GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine)
system\reflection\module.cs (2)
255public virtual void GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine) 929public override void GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine)
system\runtimehandles.cs (2)
2094internal static void GetPEKind(RuntimeModule module, out PortableExecutableKinds peKind, out ImageFileMachine machine) 2098peKind = (PortableExecutableKinds)lKind;