mscorlib(4.0.0.0) API with additions
|
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.Buffer | static |
GetByte(Array array, int index) | System.Buffer | static |
MemoryCopy(void *source, void *destination, long destinationSizeInBytes, long sourceBytesToCopy) | System.Buffer | static |
MemoryCopy(void *source, void *destination, ulong destinationSizeInBytes, ulong sourceBytesToCopy) | System.Buffer | static |
SetByte(Array array, int index, byte value) | System.Buffer | static |