Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@corewars.org>2005-12-12 16:45:40 +0300
committerAnkit Jain <radical@corewars.org>2005-12-12 16:45:40 +0300
commit55702f571e6f959b5f48b51548c6384db137ec7f (patch)
tree213dae307441bf6593d66df98754fa18c6c9dd2a /mcs/class/PEAPI/Metadata.cs
parentc70796d8f2dafc67df4ce573394902ef1c045251 (diff)
* Metadata.cs (TypeAttr): Add VisibilityMask.
svn path=/trunk/mcs/; revision=54238
Diffstat (limited to 'mcs/class/PEAPI/Metadata.cs')
-rw-r--r--mcs/class/PEAPI/Metadata.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/PEAPI/Metadata.cs b/mcs/class/PEAPI/Metadata.cs
index d0151e13771..e2c03f4c174 100644
--- a/mcs/class/PEAPI/Metadata.cs
+++ b/mcs/class/PEAPI/Metadata.cs
@@ -52,7 +52,8 @@ namespace PEAPI {
Abstract = 0x80, PublicAbstract = 0x81, Sealed = 0x100,
PublicSealed = 0x101, SpecialName = 0x400, RTSpecialName = 0x800,
Import = 0x1000, Serializable = 0x2000, UnicodeClass = 0x10000,
- AutoClass = 0x20000, HasSecurity = 0x40000, BeforeFieldInit = 0x100000 }
+ AutoClass = 0x20000, HasSecurity = 0x40000, BeforeFieldInit = 0x100000,
+ VisibilityMask = 0x07 }
/// <summary>
/// Attributes for a field