Class GroupIconDirectory
Collection of GroupIconDirectoryEntries.
Namespace: PeNet.Header.Resource
Assembly: PeNet.dll
Syntax
public class GroupIconDirectory : AbstractStructure
Constructors
| Improve this Doc View SourceGroupIconDirectory(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 SourceDirectoryEntries
Array with the different directory entries.
Declaration
public IEnumerable<GroupIconDirectoryEntry> DirectoryEntries { get; }
Property Value
Type | Description |
---|---|
IEnumerable<GroupIconDirectoryEntry> |
IdCount
Contains the number of included GroupIconDirectoryEntries.
Declaration
public ushort IdCount { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
IdReserved
Always zero.
Declaration
public ushort IdReserved { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
IdType
Always one for icons.
Declaration
public ushort IdType { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |