C# Class ZeroInstall.Publish.EntryPoints.WindowsExe

A native PE (Portable Executable) for Windows.
Inheritance: NativeExecutable, IIconContainer
显示文件 Open project: 0install/0install-win Class Usage Examples

Public Methods

Method Description
ExtractIcon ( ) : System.Drawing.Icon

Protected Methods

Method Description
Parse ( [ peHeader ) : bool

Private Methods

Method Description
Analyze ( DirectoryInfo baseDirectory, FileInfo file ) : bool
GetCpu ( MachineType machine ) : Cpu
Parse ( FileVersionInfo versionInfo ) : void

Method Details

ExtractIcon() public method

public ExtractIcon ( ) : System.Drawing.Icon
return System.Drawing.Icon

Parse() protected method

protected Parse ( [ peHeader ) : bool
peHeader [
return bool