internal void GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine) { if (value == IntPtr.Zero) { throw new ArgumentNullException(String.Empty, "Invalid handle"); } RuntimeModule.GetPEKind(value, out peKind, out machine); }