Show / Hide Table of Contents

Class GroupIconDirectory

Collection of GroupIconDirectoryEntries.

Inheritance
System.Object
AbstractStructure
GroupIconDirectory
Namespace: PeNet.Header.Resource
Assembly: PeNet.dll
Syntax
public class GroupIconDirectory : AbstractStructure

Constructors

| Improve this Doc View Source

GroupIconDirectory(IRawFile, ResourceLocation)

Create a GroupIconDirectory instance.

Declaration
public GroupIconDirectory(IRawFile peFile, ResourceLocation location)
Parameters
Type Name Description
IRawFile peFile

A PE file.

ResourceLocation location

Properties

| Improve this Doc View Source

DirectoryEntries

Array with the different directory entries.

Declaration
public IEnumerable<GroupIconDirectoryEntry> DirectoryEntries { get; }
Property Value
Type Description
IEnumerable<GroupIconDirectoryEntry>
| Improve this Doc View Source

IdCount

Contains the number of included GroupIconDirectoryEntries.

Declaration
public ushort IdCount { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

IdReserved

Always zero.

Declaration
public ushort IdReserved { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

IdType

Always one for icons.

Declaration
public ushort IdType { get; set; }
Property Value
Type Description
System.UInt16
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX