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.6 KiB
79 lines
3.6 KiB
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>System.Reflection.PropertyAttributes</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>PropertyAttributes {System.Reflection}</td>
|
|
<td style="text-align: right;">.NET clr documentation</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h2>PropertyAttributes</h2>
|
|
|
|
<h3>Description</h3>
|
|
|
|
|
|
|
|
<h3>Declare</h3>
|
|
|
|
<pre>
|
|
<code id="clr_ts">
|
|
# namespace System.Reflection
|
|
export class PropertyAttributes extends <a href="/vignettes/clr/System/Enum.html">Enum</a> {
|
|
None: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a> = 0;
|
|
|
|
SpecialName: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a> = 512;
|
|
|
|
RTSpecialName: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a> = 1024;
|
|
|
|
HasDefault: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a> = 4096;
|
|
|
|
Reserved2: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a> = 8192;
|
|
|
|
Reserved3: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a> = 16384;
|
|
|
|
Reserved4: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a> = 32768;
|
|
|
|
ReservedMask: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a> = 62464;
|
|
|
|
}
|
|
</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>None</code>: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>SpecialName</code>: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>RTSpecialName</code>: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>HasDefault</code>: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>Reserved2</code>: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>Reserved3</code>: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>Reserved4</code>: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</a></li>
|
|
<li>use by <i>field</i> member <code>ReservedMask</code>: <a href="/vignettes/clr/System/Reflection/PropertyAttributes.html">PropertyAttributes</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> |