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)

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

[SerializableAttribute]
public ref class Utility abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticIsCurrentProcess64Bit

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

System_CAPS_pubpropertySystem_CAPS_staticUse64BitClientCommunication

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetCcmRegistryKeyRoot()

Gets the root registry key for the CCM client.

System_CAPS_pubmethodSystem_CAPS_staticGetClientSecurityMode()

Gets the security mode for the installed client.

System_CAPS_pubmethodSystem_CAPS_staticGetClientSiteCode()

Gets the site code for the client.

System_CAPS_pubmethodSystem_CAPS_staticGetClientSmsId()

Gets the SMSID for the installed client.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: