C# Class BananaHook.Infrastructure.PInvoke.ExceptionRecord

Datei anzeigen Open project: sgraf812/BananaHook

Public Properties

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

Property Details

ExceptionAddress public_oe property

public IntPtr,System ExceptionAddress
return System.IntPtr

ExceptionCode public_oe property

public uint ExceptionCode
return uint

ExceptionFlags public_oe property

public uint ExceptionFlags
return uint

NumberParameters public_oe property

public int NumberParameters
return int

pExceptionRecord public_oe property

public ExceptionRecord* pExceptionRecord
return ExceptionRecord*