Enum ManifestResourceAttributes
- Namespace
- AsmResolver.PE.DotNet.Metadata.Tables
- Assembly
- AsmResolver.PE.dll
Provides members defining all flags that can be assigned to a manifest resource.
public enum ManifestResourceAttributes : uintFields
- Private = 2
- Specifies the resource is private to the assembly. 
- Public = 1
- Specifies the resource is exported from the asembly.