ResourceAttributes

ResourceAttributes serializable, flag

System.Reflection (mscorlib.dll) enum

This enumeration includes the only two flags that can be placed on resources: Public and Private .

 public enum  ResourceAttributes  {  Public = 0x00000001  ,  Private = 0x00000002  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable , System.IFormattable , System.IConvertible) ResourceAttributes

Passed To

System.Reflection.Emit.AssemblyBuilder.{AddResourceFile( ) , DefineResource( )} , System.Reflection.Emit.ModuleBuilder.DefineResource( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net