'宣言 Public Shared Sub CopyMemory( _ ByVal dest As System.IntPtr, _ ByVal src As System.IntPtr, _ ByVal sizeInBytesToCopy As System.Integer _ )
public static void CopyMemory( System.IntPtr dest, System.IntPtr src, System.int sizeInBytesToCopy )
パラメータ
- dest
- 宛先のメモリの場所。
- src
- ソースメモリの場所。
- sizeInBytesToCopy
- バイト数。