Click or drag to resize

AppTyps Class

This static class contains string constants for the app types known to Bench.
Inheritance Hierarchy
SystemObject
  Mastersign.BenchAppTyps

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static class AppTyps

The AppTyps type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDefault
The name of the default app typ.
Public fieldStatic memberGroup
The name of the group app typ.
Public fieldStatic memberMeta
The name of the meta app typ for custom apps.
Public fieldStatic memberNodePackage
The name of the app typ for Node.js packages, managed by npm.
Public fieldStatic memberNuGetPackage
The name of the app typ for NuGet packages.
Public fieldStatic memberPython2Package
The name of the app typ for Python 2 packages from PyPI, managed by PIP.
Public fieldStatic memberPython2Wheel
The name of the app typ for Python 2 wheel files, managed by PIP.
Public fieldStatic memberPython3Package
The name of the app typ for Python 3 packages from PyPI, managed by PIP.
Public fieldStatic memberPython3Wheel
The name of the app typ for Python 3 wheel files, managed by PIP.
Public fieldStatic memberPythonPackage
The name of the app typ for generic Python packages from PyPI, managed by PIP.
Public fieldStatic memberPythonWheel
The name of the app typ for generic Python wheel files, managed by PIP.
Public fieldStatic memberRubyPackage
The name of the app typ for Ruby gems.
Top
See Also