Skip to content

T_CommandLine_HelpTextExtensions

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

HelpTextExtensions Class

Inheritance Hierarchy

System.Object
  CommandLine.HelpTextExtensions
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public static class HelpTextExtensions

VB

<ExtensionAttribute>
Public NotInheritable Class HelpTextExtensions

C++

[ExtensionAttribute]
public ref class HelpTextExtensions abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type HelpTextExtensions =  class end

The HelpTextExtensions type exposes the following members.

Methods

 

Name Description
Public methodStatic member IsHelp return true when errors contain HelpXXXError
Public methodStatic member IsVersion return true when errors contain VersionXXXError
Public methodStatic member Output redirect errs to Console.Error, and to Console.Out for help/version error
  Back to Top

See Also

Reference

CommandLine Namespace

Clone this wiki locally