PeNet.Structures.IMAGE_DATA_DIRECTORY.IMAGE_DATA_DIRECTORY C# (CSharp) Method

IMAGE_DATA_DIRECTORY() public method

Create a new IMAGE_DATA_DIRECTORY object.
public IMAGE_DATA_DIRECTORY ( byte buff, uint offset ) : System.Text
buff byte PE binary as byte array.
offset uint Raw offset to the data directory in the binary.
return System.Text
        public IMAGE_DATA_DIRECTORY(byte[] buff, uint offset)
            : base(buff, offset)
        {
        }