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

Search Results for

    Edit this page

    Interface IPointer<TSelf>

    Represents an abstract pointer type.

    Inherited Members
    IPointer.Raw
    IPointer.AsIntPtr
    IPointer.AsUIntPtr
    Namespace: SemPtr
    Assembly: SemPtr.dll
    Syntax
    public interface IPointer<TSelf> : IPointer where TSelf : unmanaged, IPointer<TSelf>, allows ref struct
    Type Parameters
    Name Description
    TSelf

    The type of the pointer.

    Methods

    Name Description
    FromIntPtr(nint)

    Creates a TSelf from a memory address given as an nint.

    FromRaw(void*)

    Creates a TSelf from a raw pointer.

    FromUIntPtr(nuint)

    Creates a TSelf from a memory address given as an nint.

    © 2026 Felix Rüdiger. SemPtr and its documentation are licensed under the MIT license.