Name

ResourceAttributes

Synopsis

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

Public Enum ResourceAttributes
                  Public = &H000000001
                  Private = &H000000002
End Enum

Hierarchy

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

Passed To

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

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.