The methods of System.IO.UnmanagedMemoryAccessor are listed below. For a list of all members, see the UnmanagedMemoryAccessor Members list.
See Also: Inherited members from System.Object
Dispose()
| ||
Read<T>(long, out T)Documentation for this section has not yet been entered. | ||
ReadArray<T>(long, T[], int, int)Documentation for this section has not yet been entered. | ||
ReadBoolean(long)
| ||
ReadByte(long)
| ||
ReadChar(long)
| ||
ReadDecimal(long)
| ||
ReadDouble(long)
| ||
ReadInt16(long)
| ||
ReadInt32(long)
| ||
ReadInt64(long)
| ||
ReadSByte(long)
| ||
ReadSingle(long)
| ||
ReadUInt16(long)
| ||
ReadUInt32(long)
| ||
ReadUInt64(long)
| ||
Write(long, bool)
| ||
Write(long, byte)
| ||
Write(long, char)
| ||
Write(long, decimal)
| ||
Write(long, double)
| ||
Write(long, short)
| ||
Write(long, int)
| ||
Write(long, long)
| ||
Write(long, sbyte)
| ||
Write(long, float)
| ||
Write(long, ushort)
| ||
Write(long, uint)
| ||
Write(long, ulong)
| ||
Write<T>(long, ref T)Documentation for this section has not yet been entered. | ||
WriteArray<T>(long, T[], int, int)Documentation for this section has not yet been entered. |
Dispose(bool)
| ||
Initialize(System.Runtime.InteropServices.SafeBuffer, long, long, FileAccess)
|