You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.8 KiB

<!DOCTYPE html>
<html>
<head>
<title>Microsoft.VisualBasic.CommandLine.Reflection.ArgumentCollection</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" type="text/css" href="../../_assets/page.css">
</head>
<body>
<div class="container">
<table style="width: 100%;">
<tr>
<td>ArgumentCollection {Microsoft.VisualBasic.CommandLine.Reflection}</td>
<td style="text-align: right;">.NET clr documentation</td>
</tr>
</table>
<h2>ArgumentCollection</h2>
<h3>Description</h3>
<p>The help information for a specific command line parameter switch.(某一个指定的命令的开关的帮助信息)</p>
<h3>Declare</h3>
<pre>
<code id="clr_ts">
# 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;
}
</code>
</pre>
<h3>.NET clr type reference tree</h3>
this clr type has no other .net clr type reference.
<hr />
<div style="text-align: center;">[Package <em>{$package}</em> version {$version} <a
href="../{$package}.html">Index</a>]
</div>
</div>
</body>
<script type="text/javascript" src="../../_assets/R_syntax.js"></script>
<script type="text/javascript" src="../../_assets/highlights.js"></script>
<script type="text/javascript">r_highlights("clr_ts");</script>
</html>