Interface IPointer
Represents an abstract pointer type.
Namespace: SemPtr
Assembly: SemPtr.dll
Syntax
public interface IPointer
Properties
| Name | Description |
|---|---|
| AsIntPtr | Gets an nint that represents the same memory address as the current pointer. |
| AsUIntPtr | Gets an nuint that represents the same memory address as the current pointer. |
| Raw | Gets a raw pointer pointing to the same target as the current pointer. |