C# Class BananaHook.Infrastructure.PInvoke.ExceptionRecord

Show file Open project: sgraf812/BananaHook

Public Properties

Property Type Description
ExceptionAddress System.IntPtr
ExceptionCode uint
ExceptionFlags uint
NumberParameters int
pExceptionRecord ExceptionRecord*

Property Details

ExceptionAddress public property

public IntPtr,System ExceptionAddress
return System.IntPtr

ExceptionCode public property

public uint ExceptionCode
return uint

ExceptionFlags public property

public uint ExceptionFlags
return uint

NumberParameters public property

public int NumberParameters
return int

pExceptionRecord public property

public ExceptionRecord* pExceptionRecord
return ExceptionRecord*