Summary
Gets a value indicating whether or not the current operative system is 64 bit.
- Namespace
- Cake
.Testing - Containing Type
- FakePlatform
Syntax
public bool Is64Bit { get; set; }
Value
Type | Description |
---|---|
bool |
true if current operative system is 64 bit; otherwise, false .
|