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.
106 lines
6.0 KiB
106 lines
6.0 KiB
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>System.Reflection.MethodImplAttributes</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>MethodImplAttributes {System.Reflection}</td>
|
|
<td style="text-align: right;">.NET clr documentation</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h2>MethodImplAttributes</h2>
|
|
|
|
<h3>Description</h3>
|
|
|
|
|
|
|
|
<h3>Declare</h3>
|
|
|
|
<pre>
|
|
<code id="clr_ts">
|
|
# namespace System.Reflection
|
|
export class MethodImplAttributes extends <a href="/vignettes/clr/System/Enum.html">Enum</a> {
|
|
IL: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 0;
|
|
|
|
Managed: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 0;
|
|
|
|
Native: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 1;
|
|
|
|
OPTIL: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 2;
|
|
|
|
CodeTypeMask: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 3;
|
|
|
|
Runtime: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 3;
|
|
|
|
ManagedMask: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 4;
|
|
|
|
Unmanaged: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 4;
|
|
|
|
NoInlining: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 8;
|
|
|
|
ForwardRef: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 16;
|
|
|
|
Synchronized: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 32;
|
|
|
|
NoOptimization: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 64;
|
|
|
|
PreserveSig: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 128;
|
|
|
|
AggressiveInlining: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 256;
|
|
|
|
AggressiveOptimization: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 512;
|
|
|
|
InternalCall: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 4096;
|
|
|
|
MaxMethodImplVal: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a> = 65535;
|
|
|
|
}
|
|
</code>
|
|
</pre>
|
|
|
|
<h3>.NET clr type reference tree</h3>
|
|
|
|
<ol>
|
|
<li>this class extends from <a href="/vignettes/clr/System/Enum.html">Enum</a> class: <a href="/vignettes/clr/System/Enum.html">Enum</a></li>
|
|
<li>use by <i>field</i> member <code>IL</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>Managed</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>Native</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>OPTIL</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>CodeTypeMask</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>Runtime</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>ManagedMask</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>Unmanaged</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>NoInlining</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>ForwardRef</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>Synchronized</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>NoOptimization</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>PreserveSig</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>AggressiveInlining</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>AggressiveOptimization</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>InternalCall</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>MaxMethodImplVal</code>: <a href="/vignettes/clr/System/Reflection/MethodImplAttributes.html">MethodImplAttributes</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> |