共用方式為


PEHeader.Magic 屬性

定義

取得可識別映像檔案格式的值。

public:
 property System::Reflection::PortableExecutable::PEMagic Magic { System::Reflection::PortableExecutable::PEMagic get(); };
public System.Reflection.PortableExecutable.PEMagic Magic { get; }
member this.Magic : System.Reflection.PortableExecutable.PEMagic
Public ReadOnly Property Magic As PEMagic

屬性值

圖像檔案的格式。

適用於