CreateICeeFileGen Function
Creates an ICeeFileGen object.
This function has been deprecated in the .NET Framework 4.
Syntax
HRESULT CreateICeeFileGen (
[out] ICeeFileGen **ceeFileGen
);
Parameters
ceeFileGen
[out] A pointer to the address of a new ICeeFileGen
object.
Return Value
This method returns standard COM error codes.
Remarks
The ICeeFileGen
object is used to create common language runtime (CLR) portable executable (PE) files.
Call the DestroyICeeFileGen function to destroy the ICeeFileGen
object when finished.
Requirements
Platforms: See System Requirements.
Header: ICeeFileGen.h
Library: MSCorPE.dll
.NET Framework Versions: Available since 1.0
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.