Show / Hide Table of Contents

Class Resources

Parsed version of the Resource data directory.

Inheritance
System.Object
AbstractStructure
Resources
Inherited Members
AbstractStructure.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class Resources : AbstractStructure

Constructors

| Improve this Doc View Source

Resources(Byte[], UInt32, UInt32)

Declaration
public Resources(byte[] buff, uint offset, uint vsVersionOffset)
Parameters
Type Name Description
System.Byte[] buff
System.UInt32 offset
System.UInt32 vsVersionOffset

Properties

| Improve this Doc View Source

VsVersionInfo

Optional Resource member which contains version information and compile time information about the binary.

Declaration
public VS_VERSIONINFO VsVersionInfo { get; }
Property Value
Type Description
VS_VERSIONINFO
  • Improve this Doc
  • View Source
Back to top Generated by DocFX