SetPEKind Method
Determines the portable executable type, either machine-specific or machine-agnostic.
Syntax
HRESULT SetPEKind(
mdAssembly AssemblyID,
mdToken FileToken,
DWORD dwPEKind,
DWORD dwMachine
) PURE;
Parameters
AssemblyID
ID of the assembly.
FileToken
Token of file for which the PE type is to be set. Can be NULL if AssemblyID
does not indicate an unbound netmodule.
dwPEKind
The type of PE, as indicated by the CorPEKind Enumeration.
dwMachine
The target machine architecture, as indicated in the NT header.
Return Value
Returns S_OK if the method succeeds.
Requirements
Requires alink.h.
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.