ArgumentCollection {Microsoft.VisualBasic.CommandLine.Reflection} .NET clr documentation

ArgumentCollection

Description

The help information for a specific command line parameter switch.(某一个指定的命令的开关的帮助信息)

Declare

            
# namespace Microsoft.VisualBasic.CommandLine.Reflection
export class ArgumentCollection {
   # 本命令行对象中的包含有帮助信息的开关参数的数目
   Count: integer;
   EmptyExample: boolean;
   EmptyUsage: boolean;
   # Gets the usage example of this parameter switch.(获取本参数开关的帮助信息)
   GetExample: string;
   GetUsage: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]