Interface IPointer<TSelf>
Represents an abstract pointer type.
Namespace: SemPtr
Assembly: SemPtr.dll
Syntax
public interface IPointer<TSelf> : IPointer where TSelf : unmanaged, IPointer<TSelf>, allows ref struct
Type Parameters
| Name | Description |
|---|---|
| TSelf | The type of the pointer. |
Methods
| Name | Description |
|---|---|
| FromIntPtr(nint) | Creates a |
| FromRaw(void*) | Creates a |
| FromUIntPtr(nuint) | Creates a |