Anmelden

.NET Framework Class Library
ArgumentAttribute Class
Members SeeAlso Send Feedback

Allows control of command line parsing. Attach this attribute to instance fields of types used as the destination of command line argument parsing.

Namespace: Nsoft.Utilities.CommandLine
Assembly: Nsoft.Utilities (in Nsoft.Utilities.dll)

Syntax

Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Field)> _
Public Class ArgumentAttribute _
	Inherits Attribute
C#
[AttributeUsageAttribute(AttributeTargets.Field)]
public class ArgumentAttribute : Attribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::Field)]
public ref class ArgumentAttribute : public Attribute
JavaScript
Nsoft.Utilities.CommandLine.ArgumentAttribute = function();

Type.createClass(
	'Nsoft.Utilities.CommandLine.ArgumentAttribute',
	Attribute);

Inheritance Hierarchy

See Also

Overview of namespaces
   
Top

Wir arbeiten mit Software von http://www.campus21.de.

Verantwortlich für angezeigte Daten ist der Webdomain-Eigentümer laut Impressum.

Suche