Compartir a través de


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
System_CAPS_pubpropertySystem_CAPS_static IsCurrentProcess64Bit

If true, the current executing process is running in 64-bit mode.

System_CAPS_pubpropertySystem_CAPS_static Use64BitClientCommunication

If true, 64-bit client communication is required. For example, a 64-bit process with a 64-bit client.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetCcmRegistryKeyRoot()

Gets the root registry key for the CCM client.

System_CAPS_pubmethodSystem_CAPS_static GetClientSecurityMode()

Gets the security mode for the installed client.

System_CAPS_pubmethodSystem_CAPS_static GetClientSiteCode()

Gets the site code for the client.

System_CAPS_pubmethodSystem_CAPS_static 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