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

Search Results for

    Edit this page

    Interface ITypedPointer<T>

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

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

    The type of the target that the pointer points to.

    Properties

    Name Description
    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.