Show / Hide Table of Contents

Class ImageResourceDirStringU

Represents a Unicode string used for resource names in the resource section.

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

Constructors

| Edit this page View Source

ImageResourceDirStringU(IRawFile, long)

Create a new ImageResourceDirStringU Unicode string.

Declaration
public ImageResourceDirStringU(IRawFile peFile, long offset)
Parameters
Type Name Description
IRawFile peFile

A PE file.

long offset

Raw offset of the string.

Properties

| Edit this page View Source

Length

Length of the string in Unicode characters, not in bytes. 1 Unicode char = 2 bytes.

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

NameString

The Unicode string as a .Net string.

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