Enum ResourceType
- Namespace
 - AsmResolver.PE.Win32Resources
 
- Assembly
 - AsmResolver.PE.dll
 
Provides members for well-known win32 resource types.
public enum ResourceType
  Fields
Accelerator = 9Indicates the resource contains an accelerator resource.
AniCursor = 21Indicates the resource contains animated cursors.
AniIcon = 22Indicates the resource contains animated icons.
Bitmap = 2Indicates the resource contains a bitmap.
Cursor = 1Indicates the resource contains a hardware-dependent cursor table.
Dialog = 5Indicates the resource contains a dialog box.
DialogInclude = 17Indicates the resource contains associations between a string with an .rc file. Typically, the string is the name of the header file that provides symbolic names. The resource compiler parses the string but otherwise ignores the value.
Font = 8Indicates the resource contains a font.
FontDirectory = 7Indicates the resource contains a directory of fonts.
GroupCursor = 12Indicates the resource contains a hardware-independent cursor.
GroupIcon = 14Indicates the resource contains a hardware-independent icon.
Html = 23Indicates the resource contains an HTML file.
Icon = 3Indicates the resource contains a hardware-dependent icon.
Manifest = 24Indicates the resource contains an assembly manifest.
Menu = 4Indicates the resource contains a menu.
MessageTable = 11Indicates the resource contains a message-table entry.
PlugPlay = 18Indicates the resource contains Plug and Play.
RcData = 10Indicates the resource contains an application-defined resource.
String = 6Indicates the resource contains a string table.
Version = 16Indicates the resource contains version information.
Vxd = 20Indicates the resource contains virtual device driver information.