[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns true if 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

                 
  C#     Visual Basic     Visual C++  
public 
static 
bool 
IsCurrentProcess64Bit { 
get; }
Public 
Shared 
ReadOnly 
Property 
IsCurrentProcess64Bit 
As 
Boolean
	
Get
public:
static 
property 
bool 
IsCurrentProcess64Bit {
	
bool 
get ();
}

See Also