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.
79 lines
3.2 KiB
79 lines
3.2 KiB
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>System.Reflection.Assembly</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>Assembly {System.Reflection}</td>
|
|
<td style="text-align: right;">.NET clr documentation</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h2>Assembly</h2>
|
|
|
|
<h3>Description</h3>
|
|
|
|
|
|
|
|
<h3>Declare</h3>
|
|
|
|
<pre>
|
|
<code id="clr_ts">
|
|
# namespace System.Reflection
|
|
export class Assembly {
|
|
CodeBase: string;
|
|
CustomAttributes: <a href="/vignettes/clr/System/Reflection/CustomAttributeData.html">iterates(CustomAttributeData)</a>;
|
|
DefinedTypes: <a href="/vignettes/clr/System/Reflection/TypeInfo.html">iterates(TypeInfo)</a>;
|
|
EntryPoint: <a href="/vignettes/clr/System/Reflection/MethodInfo.html">MethodInfo</a>;
|
|
EscapedCodeBase: string;
|
|
ExportedTypes: <a href="/vignettes/clr/System/Type.html">iterates(Type)</a>;
|
|
FullName: string;
|
|
GlobalAssemblyCache: boolean;
|
|
HostContext: integer;
|
|
ImageRuntimeVersion: string;
|
|
IsCollectible: boolean;
|
|
IsDynamic: boolean;
|
|
IsFullyTrusted: boolean;
|
|
Location: string;
|
|
ManifestModule: <a href="/vignettes/clr/System/Reflection/Module.html">Module</a>;
|
|
Modules: <a href="/vignettes/clr/System/Reflection/Module.html">iterates(Module)</a>;
|
|
ReflectionOnly: boolean;
|
|
SecurityRuleSet: <a href="/vignettes/clr/System/Security/SecurityRuleSet.html">SecurityRuleSet</a>;
|
|
}
|
|
</code>
|
|
</pre>
|
|
|
|
<h3>.NET clr type reference tree</h3>
|
|
|
|
<ol>
|
|
<li>use by <i>property</i> member <code>CustomAttributes</code>: <a href="/vignettes/clr/System/Reflection/CustomAttributeData.html">iterates(CustomAttributeData)</a></li>
|
|
<li>use by <i>property</i> member <code>DefinedTypes</code>: <a href="/vignettes/clr/System/Reflection/TypeInfo.html">iterates(TypeInfo)</a></li>
|
|
<li>use by <i>property</i> member <code>EntryPoint</code>: <a href="/vignettes/clr/System/Reflection/MethodInfo.html">MethodInfo</a></li>
|
|
<li>use by <i>property</i> member <code>ExportedTypes</code>: <a href="/vignettes/clr/System/Type.html">iterates(Type)</a></li>
|
|
<li>use by <i>property</i> member <code>ManifestModule</code>: <a href="/vignettes/clr/System/Reflection/Module.html">Module</a></li>
|
|
<li>use by <i>property</i> member <code>Modules</code>: <a href="/vignettes/clr/System/Reflection/Module.html">iterates(Module)</a></li>
|
|
<li>use by <i>property</i> member <code>SecurityRuleSet</code>: <a href="/vignettes/clr/System/Security/SecurityRuleSet.html">SecurityRuleSet</a></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> |