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

Search Results for

    Edit this page

    Interface IPointer

    Represents an abstract pointer type.

    Namespace: SemPtr
    Assembly: SemPtr.dll
    Syntax
    public interface IPointer

    Properties

    Name Description
    AsIntPtr

    Gets an nint that represents the same memory address as the current pointer.

    AsUIntPtr

    Gets an nuint that represents the same memory address as the current pointer.

    Raw

    Gets a raw pointer pointing to the same target as the current pointer.

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