PeNet.Structures.IMAGE_DATA_DIRECTORY.IMAGE_DATA_DIRECTORY C# (CSharp) Méthode

IMAGE_DATA_DIRECTORY() public méthode

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.
Résultat System.Text
        public IMAGE_DATA_DIRECTORY(byte[] buff, uint offset)
            : base(buff, offset)
        {
        }