Show / Hide Table of Contents

Interface IArgBaseContainer

An object that contains ArgBases.

Namespace: ZeroInstall.Model
Assembly: ZeroInstall.Model.dll
Syntax
public interface IArgBaseContainer

Properties

Arguments

A list of command-line arguments to be passed to an executable.

Declaration
List<ArgBase> Arguments { get; }
Property Value
Type Description
List<ArgBase>
In This Article
Back to top Copyright Bastian Eicher et al