_CorExeMain2 Function
Executes the entry point in the specified memory-mapped code. This function is called by the operating system loader.
Syntax
__int32 STDMETHODCALLTYPE _CorExeMain2 (
[in] PBYTE pUnmappedPE,
[in] DWORD cUnmappedPE,
[in] __in LPWSTR pImageNameIn,
[in] __in LPWSTR pLoadersFileName,
[in] __in LPWSTR pCmdLine
);
Parameters
pUnmappedPE
[in] A pointer to the memory-mapped code.
cUnmappedPE
[in] The number of elements pUnmappedPE
can hold.
pImageNameIn
[in] A pointer to the name of the executable image.
pLoadersFileName
[in] The name of the loader file.
pCmdLine
[in] Command-line parameters, if any.
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.