SettingsWorker Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class SettingsWorker
public class SettingsWorker
type SettingsWorker = class
Public Class SettingsWorker
Inheritance
Constructors
Properties
Methods
ExportAllSettings(String)
GetGroupSettingValues(String[])
GetHostInstanceList()
GetHostInstanceSettingValues(String, String, String[])
GetHostNamesList()
GetHostSettingValues(String, String[])
GetInProcHostInstanceNamesList()
GetManagementExceptionDescription(Exception)
ImportGroupSettings(ExportedSettings)
ImportHostInstanceSettings(String, String, ExportedSettings)
ImportHostSettings(String, String, ExportedSettings)
SetGroupSettingValues(String[], Object[])
SetHostInstanceSettingValues(String, String, String[], Object[])
SetHostSettingValues(String, String[], Object[])
ValidateGroupSettingValues(String[], Object[], String[])
ValidateHostInstanceSettingValues(String, String, String[], Object[], String[])
ValidateHostSettingValues(String, String[], Object[], String[])
Applies to