Unsafe
Contains generic, low-level functionality for manipulating pointers.
Adds an element offset to the given reference.
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 TToTTo.
Returns a pointer to the given by-ref parameter.
Reinterprets the given location as a reference to a value of type TT.
Determines the byte offset from origin to target from the given references.
Copies a value of type TT to the given location.
Copies a value of type TT 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.
Reads a value of type TT from the given location.
Reads a value of type TT from the given location
without assuming architecture dependent alignment of the addresses.
Reads a value of type TT 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 reference.
Subtracts a byte offset from the given reference.
Writes a value of type TT to the given location.
Writes a value of type TT to the given location
without assuming architecture dependent alignment of the addresses.
Writes a value of type TT to the given location
without assuming architecture dependent alignment of the addresses.