Table of Contents

Enum ResourceType

Namespace
AsmResolver.PE.Win32Resources
Assembly
AsmResolver.PE.dll

Provides members for well-known win32 resource types.

public enum ResourceType

Fields

Accelerator = 9

Indicates the resource contains an accelerator resource.

AniCursor = 21

Indicates the resource contains animated cursors.

AniIcon = 22

Indicates the resource contains animated icons.

Bitmap = 2

Indicates the resource contains a bitmap.

Cursor = 1

Indicates the resource contains a hardware-dependent cursor table.

Dialog = 5

Indicates the resource contains a dialog box.

DialogInclude = 17

Indicates 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 = 8

Indicates the resource contains a font.

FontDirectory = 7

Indicates the resource contains a directory of fonts.

GroupCursor = 12

Indicates the resource contains a hardware-independent cursor.

GroupIcon = 14

Indicates the resource contains a hardware-independent icon.

Html = 23

Indicates the resource contains an HTML file.

Icon = 3

Indicates the resource contains a hardware-dependent icon.

Manifest = 24

Indicates the resource contains an assembly manifest.

Menu = 4

Indicates the resource contains a menu.

MessageTable = 11

Indicates the resource contains a message-table entry.

PlugPlay = 18

Indicates the resource contains Plug and Play.

RcData = 10

Indicates the resource contains an application-defined resource.

String = 6

Indicates the resource contains a string table.

Version = 16

Indicates the resource contains version information.

Vxd = 20

Indicates the resource contains virtual device driver information.