Class Resources
Parsed version of the Resource data directory.
Inherited Members
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 SourceResources(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 SourceVsVersionInfo
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 |