Utility.IsCurrentProcess64Bit Property
If true, the current executing process is running in 64-bit mode.
Namespace: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static bool IsCurrentProcess64Bit { get; }
public:
property bool IsCurrentProcess64Bit {
static bool get();
}
Public Shared ReadOnly Property IsCurrentProcess64Bit As Boolean
Property Value
Type: System.Boolean
See Also
Utility Class
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top