Show / Hide Table of Contents

Class GroupIconDirectory

Collection of GroupIconDirectoryEntries.

Inheritance
object
AbstractStructure
GroupIconDirectory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Resource
Assembly: PeNet.dll
Syntax
public class GroupIconDirectory : AbstractStructure

Constructors

| Edit this page 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

| Edit this page View Source

DirectoryEntries

Array with the different directory entries.

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

IdCount

Contains the number of included GroupIconDirectoryEntries.

Declaration
public ushort IdCount { get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

IdReserved

Always zero.

Declaration
public ushort IdReserved { get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

IdType

Always one for icons.

Declaration
public ushort IdType { get; set; }
Property Value
Type Description
ushort
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX