CommonRunspaceCommandBase.SetDebugPreferenceHelper Method
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.
SetDebugPreferenceHelper is a helper method used to enable/disable debug preference.
protected:
void SetDebugPreferenceHelper(System::String ^ processName, cli::array <System::String ^> ^ appDomainName, bool enable, System::String ^ fullyQualifiedErrorId);
protected:
void SetDebugPreferenceHelper(Platform::String ^ processName, Platform::Array <Platform::String ^> ^ appDomainName, bool enable, Platform::String ^ fullyQualifiedErrorId);
void SetDebugPreferenceHelper(std::wstring const & processName, std::Array <std::wstring const &> const & appDomainName, bool enable, std::wstring const & fullyQualifiedErrorId);
protected void SetDebugPreferenceHelper (string processName, string[] appDomainName, bool enable, string fullyQualifiedErrorId);
member this.SetDebugPreferenceHelper : string * string[] * bool * string -> unit
Protected Sub SetDebugPreferenceHelper (processName As String, appDomainName As String(), enable As Boolean, fullyQualifiedErrorId As String)
Parameters
- processName
- String
Process Name.
- appDomainName
- String[]
App Domain Name.
- enable
- Boolean
Indicates if debug preference has to be enabled or disabled.
- fullyQualifiedErrorId
- String
FullyQualifiedErrorId to be used on error.