'宣言 Public Shared Sub ClearMemory( _ ByVal dest As System.IntPtr, _ ByVal value As System.Byte, _ ByVal sizeInBytesToClear As System.Integer _ )
public static void ClearMemory( System.IntPtr dest, System.byte value, System.int sizeInBytesToClear )
パラメータ
- dest
- Dests。
- value
- 値。
- sizeInBytesToClear
- クリアするサイズ (バイト単位)。