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