Utility Class
Utility functions provided to ease the use of the CCM sender.
Namespace: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm.Utility
Syntax
[SerializableAttribute]
public static class Utility
[SerializableAttribute]
public ref class Utility abstract sealed
<SerializableAttribute>
Public NotInheritable Class Utility
Properties
Name | Description | |
---|---|---|
IsCurrentProcess64Bit | If true, the current executing process is running in 64-bit mode. |
|
Use64BitClientCommunication | If true, 64-bit client communication is required. For example, a 64-bit process with a 64-bit client. |
Methods
Name | Description | |
---|---|---|
GetCcmRegistryKeyRoot() | Gets the root registry key for the CCM client. |
|
GetClientSecurityMode() | Gets the security mode for the installed client. |
|
GetClientSiteCode() | Gets the site code for the client. |
|
GetClientSmsId() | Gets the SMSID for the installed client. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top