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

UNWIND_CODE() public method

Create a new UNWIND_INFO object.
public UNWIND_CODE ( byte buff, uint offset ) : System.Text
buff byte A PE file as a byte array.
offset uint Raw offset of the UNWIND_INFO.
return System.Text
        public UNWIND_CODE(byte[] buff, uint offset)
            : base(buff, offset)
        {
        }