CommonRunspaceCommandBase.SetDebugPreferenceHelper(String, String[], Boolean, String) Method
Definition
SetDebugPreferenceHelper is a helper method used to enable/disabe 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.