Returns a typed native pointer by adding index * sizeof<'T> to the given input pointer.
nativeptr<'T>
The input pointer.
int
The index by which to offset the pointer.
nativeptr<'T>
A typed pointer.
Clears the value stored at the location of a given native pointer.
nativeptr<'T>
The input pointer.
Copies a value to a specified destination address from a specified source address.
nativeptr<'T>
The destination pointer.
nativeptr<'T>
The source pointer.
Copies a block of memory to a specified destination address starting from a specified source address until a specified byte count of (count * sizeof<'T>).
nativeptr<'T>
The destination pointer.
nativeptr<'T>
The source pointer.
int
The source pointer.
Dereferences the typed native pointer computed by adding index * sizeof<'T> to the given input pointer.
nativeptr<'T>
The input pointer.
int
The index by which to offset the pointer.
'T
The value at the pointer address.
Initializes a specified block of memory starting at a specific address to a given byte count and initial byte value.
nativeptr<'T>
The input pointer.
byte
The initial byte value.
uint32
The total repeat count of the byte value.
Tests whether the given native pointer is null.
nativeptr<'T>
The input pointer.
bool
Whether the given native pointer is null.
Gets the null native pointer.
nativeptr<'T>
The null native pointer.
Returns a typed native pointer for a Common IL (Intermediate Language) signature pointer.
ilsigptr<'T>
The Common IL signature pointer.
nativeptr<'T>
A typed native pointer.
Returns a typed native pointer for a given machine address.
nativeint
The machine address.
nativeptr<'T>
A typed native pointer.
Returns a typed native pointer for a untyped native pointer.
voidptr
The untyped native pointer.
nativeptr<'T>
A typed native pointer.
Dereferences the given typed native pointer.
nativeptr<'T>
The input pointer.
'T
The value at the pointer address.
Assigns the value
into the memory location referenced by the typed native pointer computed by adding index * sizeof<'T> to the given input pointer.
nativeptr<'T>
The input pointer.
int
The index by which to offset the pointer.
'T
The value to assign.
Allocates a region of memory on the stack.
int
The number of objects of type T to allocate.
nativeptr<'T>
A typed pointer to the allocated memory.
Converts a given typed native pointer to a managed pointer.
nativeptr<'T>
The typed native pointer.
byref<'T>
The managed pointer.
Returns a Common IL (Intermediate Language) signature pointer for a given typed native pointer.
nativeptr<'T>
The typed native pointer.
ilsigptr<'T>
A Common IL signature pointer.
Returns a machine address for a given typed native pointer.
nativeptr<'T>
The typed native pointer.
nativeint
The machine address.
Returns an untyped native pointer for a given typed native pointer.
nativeptr<'T>
The typed native pointer.
voidptr
An untyped native pointer.
Assigns the value
into the memory location referenced by the given typed native pointer.
nativeptr<'T>
The input pointer.
'T
The value to assign.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4