Class ResourceLocation
Record to handel location information.
Implements
Inherited Members
Namespace: PeNet.Header.Resource
Assembly: PeNet.dll
Syntax
public record ResourceLocation : IEquatable<ResourceLocation>
Constructors
| Edit this page View SourceResourceLocation(ImageResourceDataEntry, uint, uint)
Record to handel location information.
Declaration
public ResourceLocation(ImageResourceDataEntry Resource, uint Offset, uint Size)
Parameters
| Type | Name | Description |
|---|---|---|
| ImageResourceDataEntry | Resource | An ImageResourceDataEntry. |
| uint | Offset | Offset of the ImageResourceDataEntry in the PE file. |
| uint | Size | Size of the ImageResourceDataEntry in the PE file. |
Properties
| Edit this page View SourceOffset
Declaration
public uint Offset { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Resource
Declaration
public ImageResourceDataEntry Resource { get; }
Property Value
| Type | Description |
|---|---|
| ImageResourceDataEntry |
Size
Declaration
public uint Size { get; }
Property Value
| Type | Description |
|---|---|
| uint |