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

Search Results for

    Edit this page

    Interface IFunctionPointer<TSelf>

    Represents an abstract pointer type pointing to a target function.

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

    The type of the function pointer.

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