private/Get-IntPtrSize.ps1



function Get-IntPtrSize() {

    return [IntPtr]::Size;
}