'宣言 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
- The dest.
- value
- The value.
- sizeInBytesToClear
- The size in bytes to clear.