Share via


IsLocalMachineX64 Method

Returns a value that indicates whether the local computer is a 64-bit computer.

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Common (in Microsoft.Web.Media.TransformManager.Common.dll)

Syntax

'Declaration

  Public Shared Function IsLocalMachineX64 As Boolean
'Usage

  Dim returnValue As Boolean

returnValue = Utilities.IsLocalMachineX64()
  public static bool IsLocalMachineX64()
  public:
static bool IsLocalMachineX64()
  static member IsLocalMachineX64 : unit -> bool 
  public static function IsLocalMachineX64() : boolean

Return Value

Type: System. . :: . .Boolean
true if the local computer is a 64-bit computer; otherwise, false.

See Also

Reference

Utilities Class

Microsoft.Web.Media.TransformManager Namespace