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.
63 lines
2.2 KiB
63 lines
2.2 KiB
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Microsoft.VisualBasic.CommandLine.Reflection.Namespace</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>Namespace {Microsoft.VisualBasic.CommandLine.Reflection}</td>
|
|
<td style="text-align: right;">.NET clr documentation</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h2>Namespace</h2>
|
|
|
|
<h3>Description</h3>
|
|
|
|
<p>(<a href="/vignettes/clr/Microsoft/VisualBasic/CommandLine/Interpreter.html">Interpreter</a>[CommandLine interpreter] executation Entry and the ShellScript software packages namespace.)这是一个命令行解释器所使用的执行入口点的集合</p>
|
|
|
|
<h3>Declare</h3>
|
|
|
|
<pre>
|
|
<code id="clr_ts">
|
|
# namespace Microsoft.VisualBasic.CommandLine.Reflection
|
|
export class Namespace extends <a href="/vignettes/clr/System/Attribute.html">Attribute</a> {
|
|
# Readonly
|
|
AutoExtract: boolean;
|
|
# A brief description text about the function of this namespace.(关于本模块之中的描述性的摘要文本)
|
|
Description: string;
|
|
# The name value of this namespace module.(本命名空间模块的名称值)
|
|
Namespace: string;
|
|
TypeId: <i>any</i> kind;
|
|
}
|
|
</code>
|
|
</pre>
|
|
|
|
<h3>.NET clr type reference tree</h3>
|
|
|
|
<ol>
|
|
<li>this class extends from <a href="/vignettes/clr/System/Attribute.html">Attribute</a> class: <a href="/vignettes/clr/System/Attribute.html">Attribute</a></li>
|
|
<li>use by <i>property</i> member <code>TypeId</code>: <i>any</i> kind</li>
|
|
</ol>
|
|
|
|
|
|
<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> |