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.
Darwinism/vignettes/clr/System/Reflection/MethodAttributes.html

127 lines
7.5 KiB

<!DOCTYPE html>
<html>
<head>
<title>System.Reflection.MethodAttributes</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>MethodAttributes {System.Reflection}</td>
<td style="text-align: right;">.NET clr documentation</td>
</tr>
</table>
<h2>MethodAttributes</h2>
<h3>Description</h3>
<h3>Declare</h3>
<pre>
<code id="clr_ts">
# namespace System.Reflection
export class MethodAttributes extends <a href="/vignettes/clr/System/Enum.html">Enum</a> {
PrivateScope: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 0;
ReuseSlot: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 0;
Private: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 1;
FamANDAssem: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 2;
Assembly: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 3;
Family: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 4;
FamORAssem: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 5;
Public: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 6;
MemberAccessMask: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 7;
UnmanagedExport: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 8;
Static: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 16;
Final: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 32;
Virtual: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 64;
HideBySig: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 128;
VtableLayoutMask: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 256;
NewSlot: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 256;
CheckAccessOnOverride: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 512;
Abstract: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 1024;
SpecialName: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 2048;
RTSpecialName: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 4096;
PinvokeImpl: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 8192;
HasSecurity: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 16384;
RequireSecObject: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 32768;
ReservedMask: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a> = 53248;
}
</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>PrivateScope</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>ReuseSlot</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>Private</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>FamANDAssem</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>Assembly</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>Family</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>FamORAssem</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>Public</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>MemberAccessMask</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>UnmanagedExport</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>Static</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>Final</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>Virtual</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>HideBySig</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>VtableLayoutMask</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>NewSlot</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>CheckAccessOnOverride</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>Abstract</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>SpecialName</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>RTSpecialName</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>PinvokeImpl</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>HasSecurity</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>RequireSecObject</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</a></li>
<li>use by <i>field</i> member <code>ReservedMask</code>: <a href="/vignettes/clr/System/Reflection/MethodAttributes.html">MethodAttributes</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>