Constructor SafeBitRef
SafeBitRef(ulong*, int, AtomicSafetyHandle)
Build a safe pointer to a bit at address ptr + offsetInBits.
Declaration
public SafeBitRef(ulong* ptr, int offsetInBits, AtomicSafetyHandle safety)
Parameters
Type | Name | Description |
---|---|---|
ulong* | ptr | Base memory address to the bit. In bytes. |
int | offsetInBits | Offset in bits from the base memory address. in bits |
AtomicSafetyHandle | safety | Safety handle for that memory space |