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.

59 lines
2.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html>
<head>
<title>Microsoft.VisualBasic.CommandLine.ExecuteFile</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>ExecuteFile {Microsoft.VisualBasic.CommandLine}</td>
<td style="text-align: right;">.NET clr documentation</td>
</tr>
</table>
<h2>ExecuteFile</h2>
<h3>Description</h3>
<p>假若所传入的命令行的name是文件路径解释器就会执行这个函数指针</p>
<h3>Declare</h3>
<pre>
<code id="clr_ts">
# namespace Microsoft.VisualBasic.CommandLine
export class ExecuteFile extends <a href="/vignettes/clr/System/MulticastDelegate.html">MulticastDelegate</a> {
Method: <a href="/vignettes/clr/System/Reflection/MethodInfo.html">MethodInfo</a>;
Target: <i>any</i> kind;
}
</code>
</pre>
<h3>.NET clr type reference tree</h3>
<ol>
<li>this class extends from <a href="/vignettes/clr/System/MulticastDelegate.html">MulticastDelegate</a> class: <a href="/vignettes/clr/System/MulticastDelegate.html">MulticastDelegate</a></li>
<li>use by <i>property</i> member <code>Method</code>: <a href="/vignettes/clr/System/Reflection/MethodInfo.html">MethodInfo</a></li>
<li>use by <i>property</i> member <code>Target</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>