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

Search Results for

    Edit this page

    Interface ITypedPointer<T, TSelf>

    Represents an abstract pointer type pointing to a target of type T.

    Inherited Members
    ITypedPointer<T>.Raw
    IPointer<TSelf>.FromRaw(void*)
    IPointer<TSelf>.FromIntPtr(nint)
    IPointer<TSelf>.FromUIntPtr(nuint)
    IPointer.AsIntPtr
    IPointer.AsUIntPtr
    Namespace: SemPtr
    Assembly: SemPtr.dll
    Syntax
    public interface ITypedPointer<T, TSelf> : ITypedPointer<T>, IPointer<TSelf>, IPointer where T : unmanaged, allows ref struct where TSelf : unmanaged, ITypedPointer<T, TSelf>, allows ref struct
    Type Parameters
    Name Description
    T

    The type of the target that the pointer points to.

    TSelf

    The type of the pointer.

    Methods

    Name Description
    FromRaw(T*)

    Creates a TSelf from a raw pointer.

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