Unsafe
Contains generic, low-level functionality for manipulating pointers.
Adds an element offset to the given reference.
Adds an element offset to the given void pointer.
Adds an element offset to the given reference.
Adds a byte offset to the given reference.
Determines whether the specified references point to the same location.
Casts the given object to the specified type.
Reinterprets the given reference as a reference to a value of type TTo.
Returns a pointer to the given by-ref parameter.
Reinterprets the given location as a reference to a value of type T.
Reinterprets the given read-only reference as a reference.
Determines the byte offset from origin to target from the given references.
Copies a value of type T to the given location.
Copies a value of type T to the given location.
Copies bytes from the source address to the destination address.
Copies bytes from the source address to the destination address.
Copies bytes from the source address to the destination address without assuming architecture dependent alignment of the addresses.
Copies bytes from the source address to the destination address without assuming architecture dependent alignment of the addresses.
Initializes a block of memory at the given location with a given initial value.
Initializes a block of memory at the given location with a given initial value.
Initializes a block of memory at the given location with a given initial value without assuming architecture dependent alignment of the address.
Initializes a block of memory at the given location with a given initial value without assuming architecture dependent alignment of the address.
Returns a value that indicates whether a specified reference is greater than another specified reference.
Returns a value that indicates whether a specified reference is less than another specified reference.
Reads a value of type T from the given location.
Reads a value of type T from the given location without assuming architecture dependent alignment of the addresses.
Reads a value of type T from the given location without assuming architecture dependent alignment of the addresses.
Returns the size of an object of the given type parameter.
Subtracts an element offset from the given reference.
Subtracts an element offset from the given void pointer.
Subtracts an element offset from the given reference.
Subtracts a byte offset from the given reference.
Returns a mutable ref to a boxed value.
Writes a value of type T to the given location.
Writes a value of type T to the given location without assuming architecture dependent alignment of the addresses.
Writes a value of type T to the given location without assuming architecture dependent alignment of the addresses.