Interface IFunctionPointer<TSelf>
Represents an abstract pointer type pointing to a target function.
Inherited Members
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. |