Table of Contents

Class NativeExecutable

Namespace
ZeroInstall.Publish.EntryPoints
Assembly
ZeroInstall.Publish.dll

A file that can be executed directly by the operating system without an additional runtime environment.

public abstract class NativeExecutable : Candidate, IEquatable<Candidate>
Inheritance
NativeExecutable
Implements
Derived
Inherited Members

Methods

CreateCommand()

Creates a Command to launch this entry point.

public override Command CreateCommand()

Returns

Command