Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    GetExceptionPointers()

    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.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetExceptionPointers()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX