Click or drag to resize
Sandcastle Help File BuilderCommandLineArgument Class
This class represents a command line argument
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.MicrosoftHelpViewerCommandLineArgument

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assembly: HelpLibraryManagerLauncher (in HelpLibraryManagerLauncher.exe) Version: 2014.11.22.0
Syntax
public class CommandLineArgument

The CommandLineArgument type exposes the following members.

Constructors
  NameDescription
Public methodCommandLineArgument
Constructor
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatchesSwitch
This is used to see if the argument matches the specified switch argument name.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToCommandLineOption
Returns the value as a command line option
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyIsSwitch
This read-only property returns whether or not the value is a command line switch.
Public propertyValue
This read-only property returns the argument value
Top
See Also