C# Class ZeroInstall.Publish.EntryPoints.DotNetExe

A .NET/Mono executable.
Inheritance: WindowsExe
显示文件 Open project: 0install/0install-win Class Usage Examples

Private Properties

Property Type Description
Equals bool
GetInterfaceUri FeedUri

Public Methods

Method Description
CreateCommand ( ) : Command
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
Parse ( PEHeader peHeader ) : bool

Private Methods

Method Description
Equals ( DotNetExe other ) : bool
GetInterfaceUri ( ) : FeedUri

Method Details

CreateCommand() public method

public CreateCommand ( ) : Command
return Command

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() protected method

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