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

Utility functions to ease use of the CCM sender

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
static 
class 
Utility
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
Utility
[
SerializableAttribute]
public 
ref class 
Utility 
abstract 
sealed

Members

                 
  All Members     Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
GetCcmRegistryKeyRoot () () () ()
Gets root registry key for CCM client
GetClientSecurityMode () () () ()
Gets the installed client's security mode
GetClientSiteCode () () () ()
Returns the client's site code
GetClientSmsId () () () ()
Gets the installed client's SMSID
IsCurrentProcess64Bit
Returns true if current executing process is running in 64-bit mode
Use64BitClientCommunication
Returns true if 64-bit client communication is required (i.e. 64-bit process + 64-bit client)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Sender.Ccm . . :: . . Utility

See Also