SemPtr SemPtr
SemPtr SemPtr
Documentation generated with DocFX
Using SingulinkFX as the template

Search Results for

    Method FromIntPtr

    FromIntPtr(nint)

    Creates a NullablePersistentFunctionPointer from a memory address given as a nint.

    Declaration
    public static NullablePersistentFunctionPointer FromIntPtr(nint value)
    Parameters
    Type Name Description
    nint value

    The memory address to create a NullablePersistentFunctionPointer from.

    Returns
    Type Description
    NullablePersistentFunctionPointer

    A NullablePersistentFunctionPointer that points to the same memory address as the specified value.

    Implements
    IPointer<TSelf>.FromIntPtr(nint)
    © 2026 Felix Rüdiger. SemPtr and its documentation are licensed under the MIT license.