C# Class ZeroInstall.Publish.EntryPoints.DotNetExe

A .NET/Mono executable.
Inheritance: WindowsExe
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Private Properties

Свойство Type Description
Equals bool
GetInterfaceUri FeedUri

Méthodes publiques

Méthode Description
CreateCommand ( ) : Command
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
Parse ( PEHeader peHeader ) : bool

Private Methods

Méthode Description
Equals ( DotNetExe other ) : bool
GetInterfaceUri ( ) : FeedUri

Method Details

CreateCommand() public méthode

public CreateCommand ( ) : Command
Résultat Command

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Parse() protected méthode

protected Parse ( PEHeader peHeader ) : bool
peHeader PEHeader
Résultat bool