Skip to content

Instantly share code, notes, and snippets.

@foone
Created July 18, 2015 02:35
Show Gist options
  • Save foone/c162b8330b8782df631d to your computer and use it in GitHub Desktop.
Save foone/c162b8330b8782df631d to your computer and use it in GitHub Desktop.
$ powershell -inputformat none -Command "[System.Runtime.InterOpServices.Marshal]::SizeOf([System.IntPtr])"
4
$ /cygdrive/c/Windows/system32/WindowsPowerShell/v1.0/powershell.exe -inputformat none -Command "[System.Runtime.InterOpServices.Marshal]::SizeOf([System.IntPtr])"
4
$ cmd.exe /c %SystemRoot%/sysnative/WindowsPowerShell/v1.0/powershell.exe -inputformat none -Command "[System.Runtime.InterOpServices.Marshal]::SizeOf([System.IntPtr])"
8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment