C# Класс PeNet.Structures.UNWIND_CODE

The UNWIND_CODE is a struct in the UNWIND_INFO used to describe exception handling in x64 applications and to walk the stack.
Наследование: AbstractStructure
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

Creates a string representation of the objects properties.

UNWIND_CODE ( byte buff, uint offset ) : System.Text

Create a new UNWIND_INFO object.

Описание методов

ToString() публичный Метод

Creates a string representation of the objects properties.
public ToString ( ) : string
Результат string

UNWIND_CODE() публичный Метод

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.
Результат System.Text