mscorlib(4.0.0.0) API with additions
System.Buffer Member List

This is the complete list of members for System.Buffer, including all inherited members.

BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)System.Buffer
ByteLength(Array array)System.Bufferstatic
GetByte(Array array, int index)System.Bufferstatic
MemoryCopy(void *source, void *destination, long destinationSizeInBytes, long sourceBytesToCopy)System.Bufferstatic
MemoryCopy(void *source, void *destination, ulong destinationSizeInBytes, ulong sourceBytesToCopy)System.Bufferstatic
SetByte(Array array, int index, byte value)System.Bufferstatic