Interface IMarchal
Provides a collection of methods for allocating unmanaged memory, copying unmanaged memory blocks, and converting managed to unmanaged types, as well as other miscellaneous methods used when interacting with unmanaged code.
Namespace: Umbraco.Cms.Core.Diagnostics
Assembly: Umbraco.Core.dll
Syntax
public interface IMarchal
Methods
View SourceGetExceptionPointers()
Retrieves a computer-independent description of an exception, and information about the state that existed for the thread when the exception occurred.
Declaration
IntPtr GetExceptionPointers()
Returns
Type | Description |
---|---|
IntPtr | A pointer to an EXCEPTION_POINTERS structure. |